Game Development Community

TGB Commands

by Ebonixs · in Torque Game Builder · 01/26/2009 (7:22 pm) · 6 replies

Since the site has been updated, is there a reference for commands. I am working in TGB and I'm in need of commands that links buttns to GUIs (ie optionGui, mainMenuGui, levelGui, etc) if anyone can help that would be great.

About the author

I am new to the gamining industry and presently, I am more experienced in interface Design and music production.


#1
01/26/2009 (9:09 pm)
My suggestion is use the search function at the top of the site. Otherwise, did you know that in the TGB editor there is a "Help" above that has most of the docs you need to help with the functions? Alternately, you can to to the Developer network wiki (TDN). I don't know where the link wen't but I'm sure it's around here somewhere.

Cheers!
-nic
#2
01/27/2009 (4:18 am)
Hopefully, they'll fix it. They're still making modifications on the site...
#3
01/27/2009 (4:36 am)
Although, the documentation is in help, there's not thing in the documentation that tells you how to connect your button ("Ranking") to another splash Screen using commands. Command search through the documentation shows you the you need to add a data type string that's it. Thanks for your help.
#4
01/27/2009 (4:47 am)
Did you find the TGB TDN page? It went missing for a while: tdn.garagegames.com/wiki/Torque_Game_Builder, and here: docs.garagegames.com/tgb/
#5
01/27/2009 (4:51 am)
There are other links than the "TDN", and the Documentation page. I need information on a list of commands or a tutorial that tells me how to create my own command strings. Neither TDN or the Documentation page reveals such knowledge. Those other links are missing from the original GG site
#6
01/27/2009 (5:05 am)
When creating a page such as ranking, do you have to create a .cs file for that page as well?