- Joined
- Sep 8, 2004
- Messages
- 633
Hi again ^^, i've been asking alot lately, haven't i?
(i'm working on something entirely new for me, that's why...)
Okay, here's the deal, i've got this here 3d person warcarft map, with two gamemodes, FFA and CTF.
i've got 3 arena's to fight in done, and the basic spawning system and such.
Also have i completed the attacking system, using selection, if a unit is selected by an enemy, the enemy unit casts an ability to attack it.
Now, i want a secondary attack aswel, i've been messing around with:
but it doesn't work, help me please, what am i doing wrong?
(i'm working on something entirely new for me, that's why...)
Okay, here's the deal, i've got this here 3d person warcarft map, with two gamemodes, FFA and CTF.
i've got 3 arena's to fight in done, and the basic spawning system and such.
Also have i completed the attacking system, using selection, if a unit is selected by an enemy, the enemy unit casts an ability to attack it.
Now, i want a secondary attack aswel, i've been messing around with:
Code:
Secondary Ability
Events
Unit - A unit Is issued an order targeting an object
Conditions
And - All (Conditions) are true
Conditions
(Issued order) Equal to Attack
(Unit-type of (Targeted unit)) Equal to Marine
Actions
Wait 0.01 seconds
Unit - Order (Ordered unit) to Neutral - Firebolt (Targeted unit)
but it doesn't work, help me please, what am i doing wrong?