Get your own free workspace
View
 

ItemMass

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

 

 

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.