I want to make a bar that tracks arcanic pulsar progress, but in initial work I am finding that the use of UpdateProgress() isn't doing anything, presumably because the automatic behavior is overriding any custom code I put in a condition. How can I fully control the progress of the bar without allowing the aura's behavior to overwrite mine?
#UpdateProgress being overridden
1 messages · Page 1 of 1 (latest)
Honestly that sounds like you're doing something pretty wacky and certainly unnecessary
If you need custom code at all then work within the tools provided, such as custom triggers
I don't understand what you mean, is custom code inside a condition not tools provided?
Ok I think I get what you mean, you're saying use the custom triggers since they return information back to the progress bar automatically, so that way I can control the progress there via just giving the correct progress in the first place.
Is that correct?
Sorry for the delay, I went to eat. Yes exactly