HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Transforming Spell?

04-14-2007, 12:57 AM#1
Nintendo_Masta
So I am making a Kirby hero. I have 2 transforming spells, but they "copy" the same type of ability. When I transform into one, and I when I click the button to "revert" back, he goes back to kirby just fine. But if I use his other transform ability when he is already transformed, thats when it causes problems. I click the "revert" button, but he joes goes back to what he previously was, could be kirby or the other tranformation.

I was wondering if there is a way to get rid of the other transformation when he's already transformed. Or there might be a way so that one of the spells are disabled when he is transformed?

I am not very good at making up triggers, but I follow directions very well.
So can someone please help me with this?

BTW I have no problem making a hero that transforms, it's just that the fact when I use 2 transforming spells it doesnt work.
04-14-2007, 06:37 AM#2
Pyrogasm
When the Kirby morphs, just disable the other morphing ability:
Trigger:
Collapse Events
Unit - A unit finishes casting an ability <Or "starts the effect of" if the morph is triggered>
Collapse Conditions
(Ability being cast) equal to YOUR MORPH ABILITY 1
Collapse Actions
Player - Disable (YOUR MORPH ABILITY 2) for (Owner of (Triggering Unit))
And vice versa for when he un-morphs.

The event depends on if the morph is triggered or not.
04-14-2007, 06:54 AM#3
Nintendo_Masta
Woo thanks for the help, I was looking through the triggers and for some reason didn't see that trigger.
04-14-2007, 07:00 AM#4
Pyrogasm
Righto; no problem.

The search feature in the Actions drop-down box is there for a reason!