Game Development Community

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?

#1
01/27/2009 (4:36 am)
1. Check your console.log file for errors.
2. What happens if you exec guide.cs from the console?
#2
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