====== ActorDistance ====== ''fixed ActorDistance(int tid1, int tid2)'' ===== Description ===== Returns the distance between two actors in mapunits, taking the Z coordinates into account. ===== Example ===== print(s:"You are ", f:ActorDistance(0, monstertid), s:" mapunits away from the monster", s:"he might be above you");