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:-(
 
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
 
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.
Back
Top