string my_id()
Returns the Character ID of the logged-in character.
This example allows you to visit your own charsheet.
visit_url("showplayer.php?who=" + my_id());
my_name()
When no character is logged in, this function returns "0".