Game Development Community

Add AIPlayer from editor?

by CodingChris · in Torque Game Engine · 01/09/2008 (9:07 am) · 2 replies

Hi,
for my game I need to add an AIplayer from the editor is this possible?

#1
01/09/2008 (10:26 am)
You will find that anything can be added via the editor
and only a couple script locations need to be modified.

perhaps one c++ function I cannot remember clearly.

locate the editor scripts and dig thru them, its pretty clear how to add stuff once you locate the scripts.
#2
01/10/2008 (6:24 am)
Thanks. I got it working