HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

TD: Making Creeps attack towers when path blocked

07-31-2003, 11:36 AM#1
Jatz
I'm unsure how to make creeps attack towers when their destination path is blocked. Any ideas? So far they just line up and get slaughtered by the towers.

I've had a look at some TD maps, but I can't seem to figure this one out.
07-31-2003, 11:44 AM#2
Pogoman
Make sure the creeps have attacks.
07-31-2003, 11:56 AM#3
cideh
Event: Unit - A unit is issued an order with no target
Condition: Owner of (Ordered unit) equal to (Player X/Neutral Hostile/Whatever)
Action: Order (Ordered unit) to attack-move to Center of (Goal Region)
07-31-2003, 10:52 PM#4
Jatz
I found an error in one of my triggers which stopped the monsters as soon as they attacked. I needed to include a Wait action.