Difference between revisions of "My fullness"

From Kolmafia
Jump to navigation Jump to search
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>)
(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]);
}