Posted by Foaming at the Mouth on March 22, 2000 at 06:46:22:
I'm trying to make my client automatically log everything I identify; but how how the fuck do you open a logfile with a unique name in mudmaster? Apparently the bastard program doesn't have the capability to append to a logfile, it'll just overwrite a log with the same name. Then I tried making a rising variable so I could at least get 100 seperate files and just append them useing the copy command, but even that won't work. Right now I have a directory full of
$idnum 266 bytes
%idnum 266 bytes
@idnum 266 bytes
Because I can't figure any way to make it expand the variable to become the logfile name.
Yeah, Nep said a blind monkey could make actions, and I guess right now all I need is the wisdom of a blind monkey. Any good ones out there?
And why do I have the bad feeling I could do this a lot easier with zmud?
#va idnum 0
#action {Object '} {#va id 1;#math idnum {idnum + 1};#logopen $idnum}
#action {hp} {#if {id = 1} {#logclose;#va id 0}