• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Little question about array :)

Status
Not open for further replies.
Everything works :D

If they are timers though, you should declare them. If I recall, to reply to your question, forces need init too, but I am not a 100% sure.

  • Custom script: set udg_Timer[2] = CreateTimer()
  • Custom script: set udg_Forces[2] = CreateForce()
In Jass, for your information, you can't declare array variables, when initializing them.
 
Status
Not open for further replies.
Top