Finished runner library
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
assert true, "Nested sample scripts worked";
|
||||
Reference in New Issue
Block a user