View Single Post
  #14  
Old 08-21-2003, 03:25 AM
KainDaMan KainDaMan is offline
Registered User
Join Date: Jul 2003
Location: Virginia,USA
Posts: 51
KainDaMan is on a distinguished road
Send a message via AIM to KainDaMan
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?
__________________
---Kain Morbid
Reply With Quote