HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Trigger is'nt working when it should..

09-12-2004, 03:18 AM#1
Chryosmere
Well my trigger doesn't work when i should ill take you through the steps...
Code:
Rocket Switch 2 Sec
    Events
=unit finishes casting the ability... pretty obvious=
        Unit - A unit Finishes casting an ability
    Conditions
=this checks to see that the unit casts the spell to switch to primary mode=
        (Ability being cast) Equal to Switch Rocket Launcher Secondry Mode 
    Actions
=now what happens with these 4 things is... The first one works (removes the witch to rocket launcher secondry mode ability)
        Unit - Remove Switch Rocket Launcher Secondry Mode  from (Casting unit)=already on unit=
=the other 3 dont work=
        Unit - Remove Fire Rocket Launcher  from (Casting unit) =already on unit=
        Unit - Add Switch Rocket Launcher Primary Mode  to (Casting unit)
        Unit - Add Fire Rockets (Secondry Mode) to (Casting unit)
This is really weird.... It does 1 action and doesnt do the other 3..
09-12-2004, 03:41 AM#2
Rafael Br
You are removing the spell that it casted, change the order,put the Unit - Remove Switch Rocket Launcher Secondry Mode from (Casting unit) in last, it may be your problem.
09-12-2004, 04:03 AM#3
Chryosmere
Quote:
Originally Posted by Rafael Br
You are removing the spell that it casted, change the order,put the Unit - Remove Switch Rocket Launcher Secondry Mode from (Casting unit) in last, it may be your problem.

K i'll give it a try!

Yay it worked!