My path

From Kolmafia
Revision as of 00:05, 19 May 2011 by imported>Bale (r9307)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function Syntax

string my_path()

Returns the path your character chose upon ascension.

Code Samples

This prints all the affects of your moon sign.

if(my_path() == "Bees Hate You")
   print("I'm doing a Bees Hate You run.");
else print("Bees do not hate me, thank goodness.");

See Also

my_sign() | knoll_available() | canadia_available() | gnomads_available()

Special

This function returns "None" when not logged in.