skip navigation

Welcome, Guest [log in · register]
Cwn Annwn
Search
Page 1 of 1 1
Barom I was wondering if it would be possible to make a counter for like weapons, defenses that would restart over when u got a better in it???
Kritos I use

#class Acrobatics Counter
#VAR acro
#TRIGGER {^You nimbly} {#ADD acro 1}
#TRIGGER {^You carefully} {#ADD acro 1}
#TRIGGER {^You skillfully} {#ADD acro 1}
#TRIGGER {You have become more learned at 'acrobatics'} {#var acro 0}
#class 0


then to check the count just type #var acro

should be able to reverse engineer that for anything.

Last edited on March 25, 2009 06:25am.
Barom thank you kritos
Page 1 of 1 1