Author Topic: Executing In Torque  (Read 3011 times)

HMK

So after I make a script ( this is just that traditional "Hello World" thing), how do I get it to show on my Torque Game Engine? ( The text)


HMK

In the console, right?

HMK

I'm talking about just the default TGE SDK 1.4

He's trying to mess with source code from the exe?

If you're trying to execute a script that you saved in a folder it's
Code: [Select]
exec("FILELOCATION");
EXAMPLE:
Code: [Select]
exec("Add-Ons/HelloWorld.cs");

HMK

@ Jook: Yes, I am.
@ Oxcorp: Thanks.

So after I make a script ( this is just that traditional "Hello World" thing), how do I get it to show load on my Torque Game Engine? ( The text)
damnit if you have jsut changed that one word I would have told you the exec