Script file is not being executed
by Maximillian Brewer · in Torque Game Engine · 01/27/2009 (2:38 am) · 2 replies
I am having a problem, where a script file (guide.cs) is not being compiled, even when i have an:
exec("./guide.cs");
in my games.cs
From Max
Is there any reason why it wouldn't load?
exec("./guide.cs");
in my games.cs
From Max
Is there any reason why it wouldn't load?
About the author
#2
From Max
01/28/2009 (10:30 pm)
@Stefan I worked a way around i...because irelised that guide.cs was defining function that had been defined in aiplayer.cs, but differently, so it got all confused :)From Max
Torque Owner Shaderman
2. What happens if you exec guide.cs from the console?