Log in

View Full Version : RunSript function



caused
06-12-2012, 11:54 AM
Hey.

Is there a function in simba that lets you run another script ?

Like
TerminateScriptAndRun('otherscript.simba');

or just RunScript('otherscript.simba');

That would be awesome *-* ...

~caused

putonajonny
06-12-2012, 12:23 PM
OpenScript or OpenScriptEx would be perfect, but I think they can only be run from extensions.. You could write some kind of script manager as an extension?

Edit, I like this Idea :) I might do it myself

riwu
06-12-2012, 12:41 PM
You can create a .bat file then use AddOnTerminate('ur OpenFile procedure').