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?
anyone know why it is happening?
About the author
Torque Owner Chris Labombard
Premium Preferred
You don't have %aiplayerhandle.setvisible(false) anywhere, do you? in your AIPlayer or AIGuard.cs files.