Game Development Community

Failure to spawn below a Y threshold

by Dave Young · in Torque Game Engine · 08/14/2006 (4:47 am) · 3 replies

Has anyone encounterd a problem where Ai will fail to spawn below a certain Y threshold?

#1
08/14/2006 (12:21 pm)
Actually yes I have...
although the threshold varies per map. on one map its -820 on a different one its -600ish

is that simmilar to what your seeing?
#2
08/14/2006 (12:38 pm)
It is similar, although new testing suggest that it's not so much the y threshold as it is a line-of-sight vector from some other point. A few of our users have come across it, if I find a cause/solution I will post it here!
#3
08/16/2006 (7:30 pm)
In one case mine was due to trying to spawn an NPC inside a sealed dungeon/dts. making a hole "solved" the problem.