Hello, I made my own gauges and the problem is, that they dont update until one prompt line later, for example
3540h, 3894m, 15385e, 16600w,
YOU GET SMACKED FOR 1000 HEALTH.
2540h, 3894m, 15385e, 16600w <----The bar doesnt automatically adjust to this health
That pipe is already lit and burning nicely.
2540h, 3894m, 15385e, 16600w <---- HERE, is where it would update, and having that 2 second delay for the
bar to update is a bit frustrating
What I did was I just set my Prompt to set variables of course ^(*)h, (*)m, (*)e, (*)w,
Health = %1;Mana = %2;Endurance = %3;Willpower = %4
I made it catch the max health/Mana etc, from QSC and SCORE, those variables are MaxHealth/MaxMana etc.
Then I made the gauges have a value of @Health/@Mana etc. And a max value of @MaxHealth/@MaxMana
Is there something im missing here? It catches all the numbers, but It doesnt update automatically like I would like
Thanks in advance