Get your own free workspace
View
 

SetTag

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

 

SetTag

Usage:

                SetTag(Actor, Tag)

Description:

The SetTag command allows you to change the tag of an actor. The tag is a special addition to a character's nametag which can only be changed using this command. You can use it for whatever you want -- one possible use is to display a player's guild affiliation.

Example:

                Function Main()
                        SetTag(Actor(), "Guild of Merchants")
                        Return()
                End Function

Comments (0)

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