mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-16 07:14:07 +10:00
10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
import runner;
|
|
|
|
//delegate to the other sample script
|
|
var s = loadScript("scripts:/lib/runner/sample_2.toy");
|
|
|
|
s.runScript();
|
|
|
|
s.freeScript();
|
|
|