My daycount

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_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.");

See Also

my_turncount()

Special

When not logged in, this function returns 0.