• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

spell help please

Status
Not open for further replies.
Level 2
Joined
Aug 21, 2004
Messages
11
hey there ive been using the editor for a while but i just recently starting making spells using triggers and all that fancy shmancy stuff hehe.

I started making my own spell. Basically around 4 corners of the targetted unit "square shape" i have 4 "point" variables which i named firepoint and one in the center. each of the 4 points have a special effect. then from those 4 points i have another special effect where they connect a line of fire from the four points to make the square then the center explodes with fire which i just used the other point in the center of the square. the problem i am having is that after the explosion, the 4 corner points with my special effect {fire trap} and the fire special effect that connects dont dissapear. i would just use the "special effect - destroy" trigger but when i try to i only get the option of the last created special effect.

So i am stuck after the explosion i have all these special effects around.

any help would be greatly appreciated as to how i could get rid of the old special effects. hope i explained my spell well enough. thanks in advance

EDIT - heres a screenshot of what it looks like now http://www.geocities.com/eaturpeasgrammy/index.html?1093132951310 In my boredomn i made it an ice spell lol...
 
Level 5
Joined
Jun 21, 2004
Messages
129
You could make a Variable Array called Fire_Effect
Then set each effect in the variable(using a diff number for each) then destroy them all when the spell is done.
 
Level 2
Joined
Aug 21, 2004
Messages
11
How do i set each effect in the variable? and also what variable with array do i use? special effect? sorry i am still new at this hehe
 
Level 2
Joined
Aug 21, 2004
Messages
11
Got it. Thanks a lot both of you guys i really appreciate the help..that was a lot easier then i thought it would be hehe :D
 
Level 2
Joined
Aug 21, 2004
Messages
11
heh quick question if you dont mind....at the beginning of the spell i paused the "target unit of ability being cast" at the end of all my actions i unpaused it, but for some reason hes still staying paused in game. know what im doing wrong?
 
Level 2
Joined
Aug 21, 2004
Messages
11
sorry to ask :? but how do i do that? what type of variable do i make and make it equal to?
 
Status
Not open for further replies.
Top