Difference between revisions of "Eat"

From Kolmafia
Jump to navigation Jump to search
(Created page with ''''eat(int number, item itemtype)''' Will attempt to eat the number of food specified. eg. "eat(3,$item[stinky hi mein]);" will attempt to eat 3 stinky hi meins.')
 
Line 1: Line 1:
'''eat(int number, item itemtype)'''
+
'''boolean eat(int number, item itemtype)'''
  
 
Will attempt to eat the number of food specified.
 
Will attempt to eat the number of food specified.
  
 
eg. "eat(3,$item[stinky hi mein]);" will attempt to eat 3 stinky hi meins.
 
eg. "eat(3,$item[stinky hi mein]);" will attempt to eat 3 stinky hi meins.

Revision as of 15:23, 17 December 2009

boolean eat(int number, item itemtype)

Will attempt to eat the number of food specified.

eg. "eat(3,$item[stinky hi mein]);" will attempt to eat 3 stinky hi meins.