Get your own free workspace
View
 

ItemValue

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

 

 

ItemValue

Usage:

                ItemValue(Item)

Description:

The ItemValue command returns the value (in base currency units) of an item retrieved using ActorHat, and similar commands.

Example:

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

                End Function

Comments (0)

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