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.