Difference between revisions of "CliLogged"
From Wiki
Stelminator (Talk | contribs) (→Example) |
|||
| Line 1: | Line 1: | ||
| − | + | {{header|Client Variables|ro|Returns if a character is logged into the game.}} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | Returns if a character is logged into the game. | + | |
| − | + | ||
| − | + | ||
{| border="1" cellpadding="2" | {| border="1" cellpadding="2" | ||
| + | |+#cliLogged Values | ||
|- | |- | ||
| width=40px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description | | width=40px style="background:#ffdead;" | Value || width=200px style="background:#ffdead;" | Description | ||
| Line 25: | Line 18: | ||
</pre> | </pre> | ||
| − | + | {{footer}} | |
| − | { | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | { | + | |
| − | + | ||
| − | + | ||
Revision as of 07:45, 27 August 2005
| ⇒ | Returns if a character is logged into the game. |
| Value | Description |
| 0 | Not logged in |
| 1 | Logged in |
Example
if #cliLogged = 1 gosub login
See also
| Main Page | Documentation |