i would like to see a load script function for online scripts like online timers.

with this function u could load a script that is only availble while your connected to the server it was loaded on.

EG

on *:connect: {

if ($network == mynetwork) {
.load -rs -o my_online_script.ini
}

}

the -o would mean its online only when the server disconnects it unloads the script automaticaly.

Last edited by Krayzee; 25/05/04 05:38 PM.