Exec not working
by Roshan Kuriyan · in Torque Game Engine · 05/04/2006 (9:34 pm) · 0 replies
I am a new to TSE, my problem is
SetModPaths(".");
Exec("./common/main.cs");
this is my sample code, it is running in TGE, but not running in TSE,
i got a error that " Illegal CodeBlock path detected (no mod directory), unable to find the file "
What is the problem in this one
SetModPaths(".");
Exec("./common/main.cs");
this is my sample code, it is running in TGE, but not running in TSE,
i got a error that " Illegal CodeBlock path detected (no mod directory), unable to find the file "
What is the problem in this one