Get your own free workspace
View
 

ItemName

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

 

 

ItemName

Usage:

                ItemName(Item)

Description:

The ItemName command returns the name of an item retrieved using ActorHat, and similar commands.

Example:

                Function Main()
                        MyHat = ItemName(ActorHat(Actor()))
                        Output(Actor(), "Your hat is a " $+ MyHat)
                        Return()

                End Function

Comments (0)

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