Get your own free workspace
View
 

ActorZone

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

 

ActorZone

Usage:

                ActorZone(Actor)

Description:

The ActorZone command returns the name of the zone an actor is currently in.

Example:

                Function Main()
                        Result = ActorZone(Actor())
                        Output(Actor(), "Your zone: " $+ Result)
                        Return()
                End Function

Comments (0)

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