Game Development Community

Exiting game...

by Steven Hine · in Torque Game Builder · 06/29/2007 (12:52 pm) · 4 replies

I can't seem to get my game to end. I call the endGame(), but nothing happens. Am I doing this right?

#1
06/29/2007 (12:57 pm)
What version are you using? What is in your endGame()? Have you tried putting an echo statement in the endGame to make sure it's being called?
#2
06/29/2007 (1:00 pm)
Yep done all that. I'm using TGB 1.5 beta 3.
#3
06/29/2007 (1:06 pm)
I think you want quit();
:D
#4
06/29/2007 (1:39 pm)
Lol... I couldn't find that anywhere in the docs.

Thanks!