Eatsilent
needs(code_samples);
Function Syntax
boolean eatsilent(int qty ,item consume )
- qty is the quantity to eat
- consume is the item to eat
Will attempt to eat qty amount of item consume. Returns true for food items and false for items that are not. (The return value does not reflect whether or not the items were actually consumed.) Using this function, rather than eat()
, will suppress the warning dialogs that may otherwise appear, such as for eating without Got Milk.
CLI Equivalent
The CLI command "eat" works similarly.