This worked the first time i tested it, heres the thing. I want this spell to do initial damage, then it releases 3 more spells if the targets back is facing to the caster. The 3 extra spells work, but then if i hit the target in front itll still cast the 3 extra spells, im doing something wrong with my facing angles not sure what though.
you guys see wahts wrong with the If-Conditions? I want the trigger to work under the condition that the Shurikentarget is facing away from shurikencaster
Code:
Actions
Set Shurikencaster = (Casting unit)
Set Shurikentarget = (Target unit of ability being cast)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Facing of Shurikencaster) Greater than or equal to ((Facing of Shurikentarget) - 150.00)
you guys see wahts wrong with the If-Conditions? I want the trigger to work under the condition that the Shurikentarget is facing away from shurikencaster