FINAL: Undefined var in loadStartupProject() ??
by David Guy · in Torque Game Builder · 06/26/2006 (7:26 pm) · 2 replies
In the function loadStartupProject() in script-file ProjectManagement.cs there is the code:
if (isFile(%project @ "/managed/bind.cs"))
exec(%project @ "/managed/bind.cs");but the local var %project is not defined anywhere. Should %game, which is defined, be getting used instead ??
Torque 3D Owner Matthew Langley
Torque