 |
Kaj Lindholm Newbie
Joined: 04 Apr 2025 Posts: 5
|
Posted: Thu Apr 10, 2025 9:22 am
how to capture an amount and add it to the status windo |
so...I have figured out how to capture the amount, thats not the problem, but ....instead of clearing the bar it adds the number one after another
what I am trying to show how many quest points I have....
line to capture
(22) a quest chit
what I want it to do is show me in the bar just above the command line how many chits...
what I managed to do is to send it to #stw but I can't figure out how to clear the bar next time I check the quest chits. |
|
|
 |
Carpesimia Beginner
Joined: 06 Feb 2025 Posts: 21
|
Posted: Thu Apr 10, 2025 12:11 pm |
Are you writing to the bar or using a button to display the info? If you use a button, it will auto update as you update the variable.
|
|
|
 |
shalimar GURU

Joined: 04 Aug 2002 Posts: 4755 Location: Pensacola, FL, USA
|
Posted: Thu Apr 10, 2025 12:40 pm |
#TR {~((%d)~) a quest chit} {questChit=%1}
then you can edit your #STW object to use @questChit |
|
_________________ Discord: Shalimarwildcat |
|
|
 |
Kaj Lindholm Newbie
Joined: 04 Apr 2025 Posts: 5
|
Posted: Thu Apr 10, 2025 4:33 pm |
many thanx
|
|
|
 |
|
|