Home
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Details for command isloggedin:
* isloggedin <account id>;
Checks for the given account ID to be online.
Return Values:
- Character given is online: 1
- Character given is offline: 0
Examples:
> if (isloggedin(2000001)) {
>
mes "Our GM <blah> is logged in!";
>
}
Assuming 2000001 is the account ID of GM <Blah>, we now have a online checker for this GM.