My fullness

From Kolmafia
Revision as of 04:30, 6 December 2007 by imported>ZammyWarrior (New page: Will return and int value of your current fullness level. <pre>if(my_fullness() < fullness_limit()){ eat(1, $item[papaya]); }</pre>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Will return and int value of your current fullness level.

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