Get your own free workspace
View
 

ActorDestinationZ

Page history last edited by Gamemaster 3 years, 11 months ago

 

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.