HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How to make neutral critters keep showing its attk animation when attking ?

08-07-2003, 09:41 AM#1
Pret
I tried to make a custom crab show its attk animation when attking. But the following trigger done by me only make the crab show the animation once (that is when i order it to attk).


Stag lv1
Events
Unit - A unit owned by Player 1 (Red) Is issued an order targeting an object
Conditions
(Unit-type of (Triggering unit)) Equal to Silver Stag (Level 1)
(Issued order) Equal to (Order(attack))
Actions
Animation - Play (Triggering unit)'s attack animation

Anyone doesn't mind advise me how to make them play the animation CONTINUOUSLY as long as it's attking ?

thanx
08-07-2003, 09:58 AM#2
MMayfield45
Unit - A unit owned by Player 1 (Red) Is issued an order targeting an object is only triggered once when the command is given. Try triggering whenever a units is attcked by a stag.

Events
Unit - A unit Is attacked
Conditions
(Unit-type of (Attacking unit)) Equal to Stag
Actions
Animation - Play (Attacking unit)'s attack animation