GetDistance
Revision as of 10:14, 24 May 2006 by imported>JOG
Returns the distance the calling object has to the Reference "ObjectID".
Syntax:
GetDistance ObjectID
Examples:
GetDistance TestMarkerRef
Set distance to Getdistance Player
Ref Actor Begin OnActivate set Actor to GetActionRef if Getdistance Actor > 70 messagebox "Come closer my friend" endif end