skip navigation

Welcome, Guest [log in · register]
Cwn Annwn
Search
Page 1 of 1 1
Valkry Just wondering if someone could make a script that counts how many times you play music. Kind of like the hit counter.
For example:
Lord Glomus is harmed on the torso with your energy causing minimal damage.(M-F 1255)

You begin to play a tune on a well-crafted violin…(put the counter here)

Thanks
Katran
Avatar
#VAR songcount {0}
#TRIGGER {^You have completed your song.$} {#ADD songcount 1;#SUB {You have completed your song. ~[@songcount~]}}

where ; is the command stacking character.
Valkry thanks works great any way to reset after a better?
Katran
Avatar
I guess you would do like this:

#TRIG {^You have become more learned at ‘music’.$} {#VAR songcount 0}

Last edited on September 2, 2008 04:06pm.
Page 1 of 1 1