My fullness: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
New page: Will return and int value of your current fullness level. <pre>if(my_fullness() < fullness_limit()){ eat(1, $item[papaya]); }</pre>
(No difference)

Revision as of 04:30, 6 December 2007

Will return and int value of your current fullness level.

if(my_fullness() < fullness_limit()){
eat(1, $item[papaya]);
}