My turncount

From Kolmafia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Function Syntax

int my_turncount()

This function returns the total number of adventures used thus far by the logged-in character during the current ascension.

Code Sample

// mocks you if you've spent too many turns this ascension
if (my_turncount() > 2000) {
   print("Shouldn't you ascend soon?");
}

See Also

my_daycount() | can_interact() | total_turns_played()

Special

When not logged in, this function returns 0.