Get your own free workspace
View
 

ActorZoneInstance

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

 

ActorZoneInstance

Usage:

                ActorZoneInstance(Actor)

Description:

The ActorZoneInstance command returns the instance ID of the zone an actor is currently in. These IDs range from 0 to 99. 0 is the default instance of a zone which is always present.

For more information see CreateZoneInstance.

Example:

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

Comments (0)

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