HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Disabling basic melee AI for a single CPU

07-23-2008, 11:52 AM#1
Crash255
Hi I'm using the default GUI action to enable AI for every computer players.

Trigger:
Melee Game - Run melee AI scripts (for computer players)

And I would like to disable it for a certain CPU.

Or from another point of view :

Is it possible to set active the enemy's units ?

I mean without using this action, the cpu's units won't move and stand still. I woud like them to rush at me and other players.

thanks !
07-23-2008, 05:21 PM#2
Alex15_2005USA
What you can do is try this:
Create your own ai script using the world edit ai editor, save it. then import it into your map. and then have a trigger execute this:
Trigger:
AI - Start campaign AI script for (Player): war3mapImported\yourai.ai
(you can set it for a specific player if you'd like)

or you could have triggers order the units to attack-move to a certain location or random enemy unit. (going this option may be more limited)