• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!
remiX
Reaction score
0

Profile posts Latest activity Postings Experience Resources About

  • Are you sure DotA does not use a timer dialog? As for the multiboard countdown that is done by refreshing the leaderboard items every second with a new time.

    For a count down loop you will need to make your own "for loop". This is done using JASS.

    An example using loop index A...
    set bj_forLoopAIndex = 20
    loop
    // your code here
    exithwhen bj_forLoopAIndex <= 1
    set bj_forLoopAIndex = bj_forLoopAIndex - 1
    endloop
  • Loading…
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Top