My id: Difference between revisions
Jump to navigation
Jump to search
m new link |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{function| | |||
name=my_id| | |||
returns=string| | |||
}} | |||
This function returns the logged-in character's id number as a [[string]]. | This function returns the logged-in character's id number as a [[string]]. | ||
| Line 8: | Line 11: | ||
[[visit_url()|visit_url]]("showplayer.php?who=" + [[my_id()]]); | [[visit_url()|visit_url]]("showplayer.php?who=" + [[my_id()]]); | ||
</code> | </code> | ||
When no character is logged in, this functions returns "0". | When no character is logged in, this functions returns "0". | ||
[[Category:Your Character | My ID()]] | |||