Get your own free workspace
View
 

ActorZ

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

 

ActorZ

Usage:

                ActorZ(Actor)

Description:

The ActorZ command returns the current X position of an actor as a floating point value.

Example:

                Function Main()
                        MyX = ActorX(Actor())
                        MyY = ActorY(Actor())
                        MyZ = ActorZ(Actor())
                        Output(Actor(), "Your position: " $+ MyX $+ ", " $+ MyY $+ ", " $+ MyZ)
                        Return()
                End Function

Comments (0)

You don't have permission to comment on this page.