FelipeMartins Posted September 8, 2018 Posted September 8, 2018 I want to create a NPC informing to the players if the GM is online or not. I have an ID of the character. How can I check if my GM is online of not? (script) Quote
0 Balfear Posted September 8, 2018 Posted September 8, 2018 6 hours ago, FelipeMartins said: I want to create a NPC informing to the players if the GM is online or not. I have an ID of the character. How can I check if my GM is online of not? (script) Hi, you can use my simple script: - script GmOnlineStatus -1,{ OnPCLoginEvent: // Show message when player login if (isloggedin(2000000,150000) == 1) { // isloggedin(Login_id, Char_id) dispbottom "Game master [Balfear] : Online.",0x00FFFF; } else { dispbottom "Game master [Balfear] : Offline.",0xFF0000; } end; } 1 Quote
0 Kakaroto Posted September 8, 2018 Posted September 8, 2018 Is it serious? Did you try to at least get the 'search' button on the forum? Quote
0 FelipeMartins Posted September 8, 2018 Author Posted September 8, 2018 On 9/8/2018 at 10:15 AM, Kakaroto said: Is it serious? Did you try to at least get the 'search' button on the forum? yes my friend! . I know that is simple, but I don't know how to do it, sorry. Quote
0 FelipeMartins Posted September 8, 2018 Author Posted September 8, 2018 4 hours ago, Balfear said: Hi, you can use my simple script: - script GmOnlineStatus -1,{ OnPCLoginEvent: // Show message when player login if (isloggedin(2000000,150000) == 1) { // isloggedin(Login_id, Char_id) dispbottom "Game master [Balfear] : Online.",0x00FFFF; } else { dispbottom "Game master [Balfear] : Offline.",0xFF0000; } end; } I Love you! Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Quote
0 llchrisll Posted October 21, 2018 Posted October 21, 2018 Reading the doc/script_commands.txt also helps quite a lot. Quote
Question
FelipeMartins
I want to create a NPC informing to the players if the GM is online or not. I have an ID of the character. How can I check if my GM is online of not? (script)
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.