Finished runner library

This commit is contained in:
2023-01-20 23:03:00 +00:00
parent c47ee68b3f
commit 69f5151310
7 changed files with 334 additions and 23 deletions

View File

@@ -0,0 +1,9 @@
import runner;
//delegate to the other sample script
var s = loadScript("scripts:/lib/runner/sample_2.toy");
s.runScript();
s.freeScript();

View File

@@ -0,0 +1 @@
assert true, "Nested sample scripts worked";