statcollector

For technical issues & scripting. Dump it all here!
Post Reply
Kyrana
Posts: 578
Joined: Tue Dec 08, 2009 3:01 am

statcollector

Post by Kyrana »

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
User avatar
Galnor
Site Admin
Posts: 3023
Joined: Wed Oct 23, 2002 12:37 pm
Location: On The Run
Contact:

Re: statcollector

Post by Galnor »

Looking forward to trying to break these scripts one day. :P
Kyrana
Posts: 578
Joined: Tue Dec 08, 2009 3:01 am

Re: statcollector

Post by Kyrana »

lol what are you implying?
Post Reply