Turn Auto-Consume On

Status
Not open for further replies.

coolman

Active Member
Is there a command could do this:

Me.Inventory[nonbankonly,Totem]:Turn Auto-Consume On


I've tried
Me.Inventory[nonbankonly,Totem]:Consume

No reaction.
 

Amadeus

The Maestro
Staff member
Code:
September 13, 2008 -- By Amadeus
[ISXEQ2-20080903.0053]
* Added new MEMBER to the 'item' datatype:
  1. AutoConsumeOn       (bool type)
  2. IsFoodOrDrink       (bool type)
  3. IsAutoConsumeable   (bool type)
  4. CanBeRedeemed       (bool type)
  5. IsEquipped          (bool type)
* Added new METHOD to the 'item' datatype:
  1. ToggleAutoConsume                     [Works for anything that can be 'auto consumed', including food/drink]
* Fixed the "Consume" METHOD of the 'item' datatype:
 
Status
Not open for further replies.
Top Bottom