Game Development Community

Code to open Web Browser, but not within game.

by Kevin Epps · in Torque Game Builder · 03/19/2007 (8:55 am) · 2 replies

How do you open a web browser to a specific url with TGB?

#1
03/19/2007 (10:28 am)
Launching the system-default browser outside the game can be done with "gotoWebPage();".
#2
03/19/2007 (11:17 am)
Oh ok. Great! Thanks, Luke!