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:
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?
Do the units you want to attack have neutral-firebolt? i dunno what else there is. check all your variables and everything that has to do with it to make sure you didnt type suntin in wrong or whatever.
¨Did you select the unit in trigger editor that will be shooting the neutral-firebolt?
¨Does the unit "Neutral-Firebolting" have any attack damage? If not and the trigger says "issued an order to attack" then maybe it wont work because the unit cant attack.
¨Try choosing a couple different abilities and see if a new one works.
¨What do you mean by "manipulate"? "so when you order a unit to manipulate the enemy marine instead of you selecting it."