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

dummy level changes

Status
Not open for further replies.
Level 2
Joined
Mar 10, 2005
Messages
11
i know how to use dummys in 1level but what is if i want to create 3dummys casting a spell in the first level
5in the next
and 10 in the last??
i dont know how to do this:-(
 
Level 11
Joined
Jul 20, 2004
Messages
2,760
If you want for example to make a MASS SLEEP (the best example) which works just like Silence but instead it puts enemy units to sleep, and you want different levels, you will need to make three separate spells and either have three dummy units, each for a different level, or you can have the same dummy unit and add the different ability with the action "Unit - Add Ability", using the ability for the level you want.

~Daelin
 
Level 7
Joined
May 16, 2004
Messages
355
To specify the amount of units you want I suggest making a simple equation based on the level of the spell. Only thing is that it might end up kinda ugly if you don't use nice increments. Or if you don't want to make up an equation just use a few if then else statements, with the condition being an integer comparison, of the level of the ability.
 
Status
Not open for further replies.
Top