My fullness: Difference between revisions

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>
 
Added categories
Line 4: Line 4:
eat(1, $item[papaya]);
eat(1, $item[papaya]);
}</pre>
}</pre>
[[Category:Your Character | My fullness()]]
[[Category:Ash Functions |My fullness()]]

Revision as of 14:46, 28 September 2008

Will return and int value of your current fullness level.

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