Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
you could use a multiboard with 3 integer variables for seconds minutes and maybe hours? and update it every second by setting seconds +1, if seconds = 60, set seconds 0 and minutes +1 and so on
you could use a multiboard with 3 integer variables for seconds minutes and maybe hours? and update it every second by setting seconds +1, if seconds = 60, set seconds 0 and minutes +1 and so on
There is a more simple way it can be done with timers,i have a trigger from one map and somehow its working i have no idea how....and it is stupid gui trigger
i tried copying it with custom script codes
call StartTimerBJ(udg_timer01,true,900.)
call CreateTimerDialogBJ(bj_lastStartedTimer,"Game Time ")
didn´t work it expires in 15 minutes when i use it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.