Valkry
Posts: 2
|
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 |
Just wondering if someone could make a script that counts how many times you play music. Kind of like the hit counter.
Katran
Posts: 291
|
#TRIGGER {^You have completed your song.$} {#ADD songcount 1;#SUB {You have completed your song. ~[@songcount~]}} where ; is the command stacking character. |
#VAR songcount {0}
Valkry
Posts: 2
|
thanks works great any way to reset after a better? |
Katran
Posts: 291
|
#TRIG {^You have become more learned at ‘music’.$} {#VAR songcount 0} Last edited on September 2, 2008 04:06pm. |
I guess you would do like this: