ItemMass
Usage:
ItemMass(Item)
Description:
The ItemMass command returns the mass of an item retrieved using ActorHat, and similar commands.
Example:
Function Main()
MyHat = ItemMass(ActorHat(Actor()))
Output(Actor(), "Your hat weighs " $+ MyHat $+ "kg")
Return()
End Function
Comments (0)
You don't have permission to comment on this page.