statcollector
Posted: Sun Apr 03, 2011 1:51 pm
Hey can someone please help me with making a script? im stuck.... I need it for zMUD. I know how to make zmud make a log, but how would i go about making it just enter my stats into a txt file everytime i hit stat?
I was given this but it doesn't work
#trigger {(Your abilities are: Str:(*) Int:(*) Wil:(*) Dex:(*) Con:(*).)} {#SUBSTITUTE {%1 Statsum: %eval(%2+%3+%4+%5+%6)};#ADDITEM mystats {%time( dd-mm-yy hh:mm:ss) %1}}'
#alias mystats {#SHOW "";#FORALL @mystats {#SHOW %i};#SHOW %cr""Total number of stats on this char - %numitems( @mystats)}'
Can someone please use this modify it and make it work!?!?!?!? thanks
I was given this but it doesn't work
#trigger {(Your abilities are: Str:(*) Int:(*) Wil:(*) Dex:(*) Con:(*).)} {#SUBSTITUTE {%1 Statsum: %eval(%2+%3+%4+%5+%6)};#ADDITEM mystats {%time( dd-mm-yy hh:mm:ss) %1}}'
#alias mystats {#SHOW "";#FORALL @mystats {#SHOW %i};#SHOW %cr""Total number of stats on this char - %numitems( @mystats)}'
Can someone please use this modify it and make it work!?!?!?!? thanks