Get your own free workspace
View
 

ActorClothes

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

 

ActorClothes

Usage:

                ActorClothes(Actor)

Description:

The ActorClothes command returns the body texture which the actor is using. The returned value is a number between 1 and 5.

Example:

                Function Main()
                        MyBody = ActorClothes(Actor())
                        Output(Actor(), "You are using body texture " $+ MyBody)
                        Return()
                End Function

Comments (0)

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