mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-16 07:14:07 +10:00
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
import runner;
|
|
|
|
var s = loadScript("scripts:/lib/../runner_sample_code.toy");
|
|
|
|
s.runScript();
|
|
|
|
s.freeScript();
|
|
|