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.