Total turns played

From Kolmafia
Revision as of 07:19, 4 November 2014 by imported>Bale (r13996)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function Syntax

int total_turns_played()

This function returns the total number of adventures used by the logged-in character since they were created.

Code Sample

Turns until a Light's Out adventure in Spookyraven is based on total turns played.

print( "Number of turns to next 'Lights Out' adventure: " + ( total_turns_played() % 37 ) );

See Also

my_turncount() | my_daycount()

Special

When not logged in, this function returns 0.