Originally Posted By: keyeslol
Make a seperate remote file, have it unload it via a command.

Something like:

Code:
on *:TEXT:!loadscript:#: { 
/load -rs scripts\test.ini }

and

Code:
on *:TEXT:!unloadscript:#: { 
/unload -rs scripts\test.ini }


Ok, I've got that working but how do I make it so only the streamer can do it? smile