View Single Post
  #22  
Old 12-22-2005, 06:44 AM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
I want the new RC and a new level editor, too!

Quote:
Originally Posted by Inverness
Btw could you add a leader to read serveroptions, like servero.staff, you would be able to see whos on the staff list for scripts, among other things.
PHP Code:
function onCreated() {
  
requestText("options",NULL);
}

function 
onReceiveText(texttype,textoptions,lines) {
  for (
alines) {
    if (
a.starts("staff=")) {
      
stafflist a.substring(6,-1);
      break;
    }
  }

Is that what you mean, Invy?
By the way.. Check under your bed before you go to sleep tonight. ;]

Last edited by Yen; 12-22-2005 at 08:04 PM..