Game Development Community

Bots through checkpoints

by fiveforty · in Torque Game Engine · 11/02/2005 (10:00 am) · 3 replies

I've modified the starter.racing demo to include bots and I was wondering, if it is possible to register the bots going through the checkpoints so that if one of the bots completes 2 laps before the player the bot wins??

I'm using the AI vehicle script from here if you need to know

#1
11/02/2005 (10:35 am)
Certainly - in fact, if they're driving cars it should work by default. You might have to use an AIConnection to get the scoretracking code to know that the AI players are in the game.
#2
11/07/2005 (9:48 am)
How would I go about that??

I really need to figure this out, can somebody help me out please??
#3
10/04/2006 (10:02 pm)
I'm new.please I also need to do something similar. I've been trying it for 2 days already