Quote Originally Posted by Lelouche Vi Britannia View Post
Thanks, I forgot what the actual command was to set that up.

So basically to call the function as you have it written I just have to add the line "UpdateDisplayCounters();" just before the "Waitdraw();" then put the actual function in (obvious) as you set it.

I wished I remembered that this was a thing. Its been a while since I played with the editor, and I'm still not all that good at scripting.

By command, you mean [ code ] and [ /code ] ...right?

The function hat I posted is custom, not from any common header. All you would need to do is change the counter IDs to whatever you are using, and call it before Waitdraw(). This is a personal style choice, but I hate to see raw instructions in global active scripts. It is far cleaner to encapsulate them all in functions.