Python help

02/07/2021 22:55 SpankTeam#1
Hello!

I'm looking for a python command which determine if character is logged in.

Thanks!

Best regards,
SpankTeam.
02/08/2021 00:13 MrCrisp#2
One quick look into the source code would tell you.
There is
Code:
net.IsConnect()
02/08/2021 10:46 SpankTeam#3
Quote:
Originally Posted by MrCrisp View Post
One quick look into the source code would tell you.
There is
Code:
net.IsConnect()
Tried it, but doesn't seem to work.
Edit: My bad, at first I tried it, but didn't work, now it is working like a charm. Thanks! :)