summaryrefslogtreecommitdiff
path: root/demo.stage
blob: b1ff4e845152acb7d21eadc5b2e9231bb41afcf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//game
//{
	/*
	title = "Demo game";

	goto <<start>>;
	*/
//}

function hello()
{
}

situation <<start>>
{
//	set situation end;
//	push situation somethingElse;

}

situation <<end>>
{
	goto( <<start>> );
}