#Circuiteering help?

1 messages · Page 1 of 1 (latest)

mighty arch
#

I need help figuring out how to get a game timer onto a players hud, I don't know if that's through a game chip or something else.

tepid ibex
#

Game timer?

mighty arch
warm steppe
#

If you configure a HUD element constant there should be an option in the drop-down menu called "top center" or something like that, it shows a number at the top of your screen in the minutes-seconds format.
I'd suggest for time-tracking you use Time Get Universal Seconds, save that + your desired length for the game into an int variable. Then do that int minus universal seconds to check how long is left until then. I believe that top middle HUD element converts stuff to minutes and seconds automatically for you, though i could be wrong.
(added more info in post because i got distracted irl before finishing my follow-up message and didn't want them split)

wet osprey
#

For that you cant use a delay or you can but you would need a int variable that starts at the time you want and every second using a dely make it go down then u can use a if less or equal to 0 do whater u want then for it to show on screen get a hud constance a set hud enabled and set hud set hud int or somthing like that to change it then an event reciver set it to update 30htz or int variable changed doesnt matter