|
@@ -26,11 +26,11 @@ function setupBaseExpandos()
|
|
|
// FIXME TGEA doesnt currently have these due to the way it's built
|
|
|
return;
|
|
|
|
|
|
- se" @ $TorqueScriptFileExtension @ "PathExpando("tools", getExecutablePath() @ "/tools", true);
|
|
|
- se" @ $TorqueScriptFileExtension @ "PathExpando("tool", getExecutablePath() , true);
|
|
|
- se" @ $TorqueScriptFileExtension @ "PathExpando("toolResources", getExecutablePath() @ "/resources", true);
|
|
|
+ setScriptPathExpando("tools", getExecutablePath() @ "/tools", true);
|
|
|
+ setScriptPathExpando("tool", getExecutablePath() , true);
|
|
|
+ setScriptPathExpando("toolResources", getExecutablePath() @ "/resources", true);
|
|
|
|
|
|
- se" @ $TorqueScriptFileExtension @ "PathExpando("core", getExecutablePath() @ "/core", true);
|
|
|
+ setScriptPathExpando("core", getExecutablePath() @ "/core", true);
|
|
|
|
|
|
// Remove the game expando so we can use this to reset expandos
|
|
|
removeScriptPathExpando("game");
|