Thread: RC Update
View Single Post
  #1  
Old 02-09-2005, 03:08 AM
Andares Andares is offline
Scr1pt3r-ish
Andares's Avatar
Join Date: Mar 2004
Posts: 55
Andares is on a distinguished road
Send a message via AIM to Andares
RC Update

I got peeved with not being able to start client RC back up after closing it so I made this.

Installation Instructions:
NOTE: This only works on GScript2-enabled servers.
1. Open the client RC's script.
2. Put this function directly below onCreated() (You don't have to, but it makes things simpler so people don't stick it inside a function or anything.)
3. Hit r to start the RC back up again. Yay!

NPC Code:

function onKeyPressed() {
if(params[1] == "r") {
rcoptions.loadvars("rcoptions.txt");
createVars();
createBackround();
}
}

__________________
Quote:
<Wan> Can I have a poll? Do people mind if I talk about sexual intercourse between two human beings?
<Kai> Wan, I think the problem is that it's basically ALL you talk about
<Wan> Ahhhhhh
Aim: AtariTandy | Job: Sanstrata)
Reply With Quote