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.