Now listen to all , I know how to make custom AI's like the guys at Blizzard , who wants a custom AI , or wants to learn how to make one e-mail me at [email protected]
Bellow is an AI used bu the game programers , it is actualy very simple , this one is the one used in the second human mission of the Reign if Chaos campaing , i got it using Qmpq , it is easier to get the AI scripts made by the programers then to make yourself , this tipe of AI is only good for campaings , for mele use the AI editor .and one thing u will need trigers that will give the AI gold and lumber for it to work
//============================================================================ // Human 02 -- red player -- AI Script //============================================================================ globals player user = Player(1) endglobals
//============================================================================ // main //============================================================================ function main takes nothing returns nothing