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.
// 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.
About the author
Torque Owner Shane09
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.