| 104 | } |
| 105 | |
| 106 | void ScriptingSystem::runScriptFile(const cmd::ArgumentList& args) |
| 107 | { |
| 108 | if (args.empty()) return; |
| 109 | |
| 110 | executeScriptFile(args[0].getString()); |
| 111 | } |
| 112 | |
| 113 | void ScriptingSystem::runScriptCommand(const cmd::ArgumentList& args) |
| 114 | { |