Game Development Community

Getting back to the homepage from "run game

by Scott Jaworski · in Torque Game Builder · 03/21/2006 (6:22 am) · 2 replies

Is there an easy way (key combination, function call from the console, etc) to get back out of a test run and to the main T2D window without having to exit all the way out and load it up again? I'm testing random functionality and just want to see it work several times in a row w/out having to open, Run, tilde, quit();, repeat.

#1
03/21/2006 (6:54 am)
Use the F keys to relaunch the editors?
#2
03/21/2006 (7:41 am)
F9 would be the answer I was looking for... thanks!