Graal Forums  

Go Back   Graal Forums > PlayerWorlds > PlayerWorlds Main Forum
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-27-2006, 10:12 PM
Link3001 Link3001 is offline
Missing Link Merai
Link3001's Avatar
Join Date: Mar 2006
Location: Over there ------------>
Posts: 50
Link3001 is on a distinguished road
Send a message via AIM to Link3001 Send a message via MSN to Link3001
Post Is there a way for an RC automessage?

I was wondering if it was possible to let an automessage appear on RC, so that when people log into it, it will show it in the RC chat.
__________________




Reply With Quote
  #2  
Old 04-27-2006, 10:42 PM
Sulukra Sulukra is offline
Registered Punmaster
Sulukra's Avatar
Join Date: Jul 2005
Location: That place north of the U.S.
Posts: 860
Sulukra is on a distinguished road
Just script it. Thats what I did. Make it so that if the player logs on, a message is sent to RC.

Its easy!
__________________
Quote:
Originally Posted by Valikorlia IRC Chat
Sulukra:You guys up for twenty questions?
Cor:Yeah.
-Twenty questions later-
Cor:Alright, so we all fail. What was it?
Sulukra:My handheld 20 questions game.
Cor:Curse you, you Canadian fiend.
Reply With Quote
  #3  
Old 04-27-2006, 11:12 PM
Link3001 Link3001 is offline
Missing Link Merai
Link3001's Avatar
Join Date: Mar 2006
Location: Over there ------------>
Posts: 50
Link3001 is on a distinguished road
Send a message via AIM to Link3001 Send a message via MSN to Link3001
Ah. Now the only problem remains is the script. I can only script some basic GS1 scripts and that is about it.

Bad, I know..

But now that I know it can be done, I will find it somewhere. Thanks!
__________________




Reply With Quote
  #4  
Old 04-28-2006, 04:29 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Put this in the Control-NPC:

NPC Code:

function onActionPlayerOnline()
{
sendtorc("text");
}

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #5  
Old 04-28-2006, 05:30 AM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally Posted by xXziroXx
Put this in the Control-NPC:
If im best guessing here, dosent that code only catch players logging online as in like client? Tested it and it will not be catching my RC logging on.

Your best bet I would say is to use two strings, currently logged on RCs and new RCs, check them against one another every once in awhile, if you find a new one, add it to the list of already online RCs, display a message, and dont check for them anymore.
Reply With Quote
  #6  
Old 04-28-2006, 08:22 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Andy0687
If im best guessing here, dosent that code only catch players logging online as in like client? Tested it and it will not be catching my RC logging on.

Your best bet I would say is to use two strings, currently logged on RCs and new RCs, check them against one another every once in awhile, if you find a new one, add it to the list of already online RCs, display a message, and dont check for them anymore.
Yeah, true, but I cant remmember if theres a function like onActionRCOnline.. if there isnt, you would have to make a constant loop that checks all online RCs.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:55 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.