31 posts Australia joined 2005-12-09
#1 2006-09-06
can dummy units cast spells? ive made this dummy unit a cloud that follows heroes im trying to make it so when the hero attack a unit the cloud zaps the same unit. can anyone help me plz.
thx
2,104 posts The West Staines Massive joined 2005-01-10
#2 2006-09-06
set the attacked unit as a unit variable and a trigger:
events: unit is attacked
conditions: attacking unit is 'hero
attacked unit is 'unit var'
actions: order dummy to attack once 'unit var'
31 posts Australia joined 2005-12-09
#3 2006-09-07
yer but i wanna the cloud to zap that targeted unit
2,104 posts The West Staines Massive joined 2005-01-10
#4 2006-09-07
then give it a chain lightning ability or sumthing (i dont rly know what u mean by 'zap'
)