Though I didn't know of that feature, you still don't seem to know what exactly I'm talking about =/
I'm saying like with copylevel you can specify an output folder
That would be good for savelog2 as well....
example
NPC Code:
if (actionserverside) {
tokenize #p(0);
if (strequals(#t(0),jail)) {
savelog2 gplogs/jail-log_#t(1).txt,~Jailed by #a for #t(2) seconds;
} else if (strequals(#t(0),unjail)) {
savelog2 gplogs/jail-log_#t(1).txt,~Unjailed by #a;
}
}
see what I mean now?