Game Development Community

Newbie question : About Torque SDK

by March · in General Discussion · 06/01/2008 (11:05 pm) · 2 replies

I made a GuiButtonCtrl button and put command -- loadMyMission(); -- in the command field and test it.
It stuck at "loading mission 0%" I am pretty sure I didn't do anything wrong from tutorial.base and its pdf file.
the way I did was just created my mission and saved it in ..SDK\example\tutorial.base\data\missions
then I created a GuiButtonCtrl. Can you help me fix this please. Thank you

#1
06/02/2008 (3:00 am)
Hi March,
In the folder with the torque.exe is a text file called "console.log". Open that with any text editor and it will tell you what the problem is. It may be a little cryptic, so if you still need help, just post. It is most likely a spelling error, or you placed some code in the wrong place.
#2
06/02/2008 (1:24 pm)
Oh I got it Thank you so much. It's working now