Skip to content

Commit b64fbd5

Browse files
committed
[GS] example model for #3910
1 parent ab4bbdb commit b64fbd5

File tree

2 files changed

+425
-0
lines changed

2 files changed

+425
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
model ExternalController
2+
3+
global {
4+
}
5+
6+
7+
8+
9+
experiment start
10+
{
11+
init
12+
{
13+
write project_path;
14+
write command("open "+project_path+"/scripts/controller.html");
15+
do die;
16+
}
17+
}

0 commit comments

Comments
 (0)