• 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.

[Solved] Wrong Custom Script, why?

Status
Not open for further replies.
Level 16
Joined
May 2, 2011
Messages
1,351
Hello guys,
I have custom script that does not work, basically it is

  • For each (Integer A) from 1 to 12, do (Actions)
    • Loop - Actions
      • Set LoopIntegerA = (LoopIntegerA + 1)
      • Custom script: set udg_HandleIdNoTable = GetHandleId(TimeForDemonSpawn[LoopIntegerA])
LoopIntegerA is an integer starting with 0 default value
TimeForDemonSpawn[N] is an array of size 12
I cant enable trigger
why?
 
Last edited by a moderator:
Status
Not open for further replies.
Top