Game Development Community

Add aiplayer in tgea.

by Ironbelly Studios · in General Discussion · 10/18/2008 (4:50 am) · 1 replies

I want to add aiplayer in my tgea projects.I copy aiplayer.cs file from tge1.4 and paste it in tgea project, but my aiplayer is not spawning.After adding

// Start the AIManager
new ScriptObject(AIManager) {};
MissionCleanup.add(AIManager);
AIManager.think();

in game.cs file nothing is happenning.I am very new in tgea.I have downloaded tgea from garagames site.Thanx i advance.

#1
10/18/2008 (7:19 am)
Http://tdn.garagegames.com/wiki/Torque/Script/Tutorials/Using_Basic_AI_Commands

A quick beginner tutorial on Ai Commands. It helped me a lot. I don't know if it is or isn't what you are looking for.