HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Revenge Ability

02-16-2003, 04:51 PM#1
BananaTwist
this isn't really for the ability but the effect, is it possible to get the effect of the explosion for when you click on sheep a whole bunch in single player?
02-16-2003, 06:05 PM#2
SkylineGT[FB]
well i know that in the triggers there is one were u can explode a unit, but if u r using it for a spell i cant help u there.

the trigger is unit - explode unit

that might be wut u r looking for.
02-16-2003, 06:23 PM#3
Guest
I suppose you could use the event Unit is Selected and then count the variable (i = i + 1). Have an IF for a certain # and then run a trigger that explodes the unit.
02-16-2003, 06:35 PM#4
SkylineGT[FB]
there is a trigger that makes a unit explode on death, so u would put the trigger:

action
unit - unit owned by player 1

condition

effect
unit- make (triggering unit) explode on death

and if u were making a map that has lets say 4 players u would make a new trigger for each player(i think correct me if i am wrong).
02-16-2003, 06:47 PM#5
FyreDaug
Yeah your wrong, theres no EVENT for that, just use every 2 seconds and pick every unit and then make the picked unit explode on death.