ActorDestinationZ
Usage:
ActorDestinationZ(Actor)
Description:
The ActorDestinationZ command returns the Z coordinate of the point to which the specified actor is travelling.
Example:
Function Main()
X = ActorDestinationX(Actor())
Z = ActorDestinationZ(Actor())
Output(Actor(), "You are travelling towards point (" $+ X $+ ", " $+ Z $+ ")"
Return()
End Function
Comments (0)
You don't have permission to comment on this page.