Game Development Community

When AIPlayer becomes invisible

by Jacob Mahar · in Torque Game Engine · 02/06/2006 (5:53 pm) · 1 replies

I try to make a new mission with several AIs. When I play game, All of AIPlayer is not visible, but the AI still moving and can attack player. when the Player dies, all the AI is visible.

anyone know why it is happening?

#1
02/16/2006 (9:05 am)
Jacob - Are you using a resource, like the AIGuard resource or anything?


You don't have %aiplayerhandle.setvisible(false) anywhere, do you? in your AIPlayer or AIGuard.cs files.