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 (a: lines) {
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. ;]