Get your own free workspace
View
 

ActorGroup

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

 

ActorGroup

Usage:

                ActorGroup(Actor)

Description:

The ActorGroup command returns the ID number of an actor's group. The value returned is between 0 and 65535, with zero being no group. For more information, see SetActorGroup.

Example:

                Function Main()
                        MyGroup = ActorGroup(Actor())
                        Output(Actor(), "You are in group number " $+ MyGroup)
                        Return()

                End Function

Comments (0)

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