Game Development Community

AI Problem on Latest Head Build

by Thomas Oliver · in Torque Game Engine · 11/07/2002 (1:24 am) · 4 replies

Hello Everyone,

I've grabed the latest head release and compiled it up and yes by default the aiPlayer.cc is added in. I've launched the game but when you try to add the bot it doesnt work. says there is no xxx function..

Anyone know what the new add AI command is?

#1
11/07/2002 (1:47 am)
did you try
$bot = AIPlayer::spawnPlayer();
?
#2
11/07/2002 (1:51 am)
I get
unable to find function AIPlayer::spawnPlayer

:/
#3
11/07/2002 (1:55 am)
make sure that you got the new aiplayer.cs file, too... I had to do a couple of updates to my CVS to get it... it was very strange...
#4
11/07/2002 (7:27 am)
Hi !

Did you add the aiclient in the build ?
That was the problem for me !

Greetings
Billy