Get your own free workspace
View
 

ActorX

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

 

ActorX

Usage:

                ActorX(Actor)

Description:

The ActorX 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.