My daycount

From Kolmafia
Revision as of 23:18, 15 November 2010 by imported>Bale (started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function Syntax

int my_daycount()

Returns the number of days since the logged-in character started their current ascension.

Code Sample

How long is the current daycount?

int days = my_daycount();
string name = my_name();
print("It has been "+ days +" days since "+ name +"'s current ascension began.");

Special

When not logged in, this function returns $class[none].