|
gamblejay Beginner
Joined: 13 Jun 2015 Posts: 15
|
Posted: Sun Feb 25, 2018 11:27 am
Creating a Counter in Window |
I'd like to create a counter in it's own window for when I level up. The output it gives me is: You become stronger
I'd just like the counter to simply count how many times that message appears and place that number in another window so it would look something like:
Levels - 5 |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Sun Feb 25, 2018 5:45 pm |
Well, you could use a window, or a button, or just stick it in that little buffer zone between the command line and the output window
#STATUS {Level - @level}
#TRIGGER {You become stronger} {level=(@level+1)} |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|