NDOIE
Object Functions & Examples
EquipObject() Paramsgameobject - the objec to equip Returns bool - returns false if object is not valid or not a mobile |
Attempt to equip the passed in object onto this mobile. |
Example
CODE EXAMPLE BLOCK
EquipObjectWithLoc() Paramsgameobject - the object to equip location - location inside the corpse container Returns bool - returns false if object is not valid or not a mobile |
Attempt to equip the passed in object onto this mobile, also specify a position for where it should appear in the corpse container. This is used for placing equipped objects inside corpse containers. |
Example
CODE EXAMPLE BLOCK