Get your own free workspace
View
 

ActorPets

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

 

ActorPets

Usage:

                ActorPets(Actor)

Description:

The ActorPets command returns the total number of actors who have the specified actor as their leader. You can set the leader of an actor with the SetLeader command.

Example:

                Function Main()
                        Pets = ActorPets(Actor())
                        Output(Actor(), "You have " $+ Pets $+ " pets!")
                        Return()
                End Function

Comments (0)

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