My spleen use

From Kolmafia
Revision as of 20:12, 8 March 2010 by imported>StDoodle
Jump to navigation Jump to search

Function Syntax

int my_spleen_use()

Returns the number of spleen hits your character has taken this KoL day.

Code Sample

Buy and use twinkly wads as many times as possible.

while (my_spleen_use() < spleen_limit()) {
   retrieve_item(1 , $item[twinkly wad]);
   use(1 , $item[twinkly wad]);
}

See Also

spleen_limit() | retrieve_item() | use()