Get your own free workspace
View
 

ActorOutdoors

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

 

ActorOutdoors

Usage:

                ActorOutdoors(Actor)

Description:

The ActorOutdoors command returns 1 if the actor is in an outdoors zone, or otherwise 0.

Example:

                Function Main()
                        If (ActorOutdoors(Actor()) == 1)
                                Output(Actor(), "You are outdoors")
                        Else
                                Output(Actor(), "You are indoors")
                        EndIf
                        Return()
                End Function

Comments (0)

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