Get your own free workspace
View
 

ItemAttribute

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

 

 

ItemAttribute

Usage:

                ItemAttribute(Item, Name)

Description:

The ItemAttribute command returns the level of a given attribute for an item.

Example:

                Function Main()
                        ItemStr = ItemAttribute(ActorHat(Actor()), "Strength")
                        Output(Actor(), "Your helmet adds " $+ ItemStr $+ " strength!")
                        Return()

                End Function

Comments (0)

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