Game Development Community

Exec Not Working

by Roshan Kuriyan · in Torque Game Engine Advanced · 04/27/2006 (9:34 pm) · 0 replies

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