- Joined
- Jan 10, 2005
- Messages
- 3,426
1) I have this spell called Poison Nova. When u cast it some waves of poison move from the hero to another point
So I used for each integer A and all that stuff.
But now I want to pick every unit that comes withing range of a poison wave.
I tried:
Every 0.1 sec of game
Pick every unit within 200 range of unit(integer A) but that doesnt work. (I need it cuz I want to poison every unit that comes in contact with a poison wave (a dummy)
2) How do u let dummys or effects rotate around a unit (like the lightnin shield target)
I know it is sumthing like this:
every 0.01 sec
Move unit instantly to angle towards...... but not exactly how
So I used for each integer A and all that stuff.
But now I want to pick every unit that comes withing range of a poison wave.
I tried:
Every 0.1 sec of game
Pick every unit within 200 range of unit(integer A) but that doesnt work. (I need it cuz I want to poison every unit that comes in contact with a poison wave (a dummy)
2) How do u let dummys or effects rotate around a unit (like the lightnin shield target)
I know it is sumthing like this:
every 0.01 sec
Move unit instantly to angle towards...... but not exactly how