• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Elapsed Time and Remaining Time not working properly?

Status
Not open for further replies.
Level 7
Joined
Nov 18, 2012
Messages
272
  • (Elapsed time for Timer[Int]) Greater than or equal to Real
This is the trigger.

Apparently Elapsed Time and Remaining Time don't work well as functions for some reason.
The timer runs well but the condition doesn't work for whatever reason.

I can't make it trigger event because of the array. Is there a way to get it working or do I need a time around?
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
Add this before the condition and see if it displays anything.

  • Custom script: if (udg_Timer[udg_Int] == null) then
  • Custom script: call BJDebugMsg("timer is null")
  • Custom script: endif
This. From the pic we can assume its a GUI timer array which must be initialized through custom script
 
Status
Not open for further replies.
Top