ItemArmor
Usage:
ItemArmor(Item)
Description:
The ItemArmor command returns the armor level of an item retrieved using ActorHat, and similar commands. This value is meaningless for items which are not some type of armour.
Example:
Function Main()
MyDefence = ItemArmor(ActorHat(Actor()))
Output(Actor(), "Your hat has an armour level of" $+ MyDefence)
Return()
End Function
Comments (0)
You don't have permission to comment on this page.