diff options
Diffstat (limited to 'demo.stage')
-rw-r--r-- | demo.stage | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,8 +1,12 @@ | |||
1 | 1 | ||
2 | game | 2 | game.title = "Demo game"; |
3 | { | 3 | game.author = "Mike Buland"; |
4 | title = "Demo game"; | 4 | game.version = 1; |
5 | game.revision = 0; | ||
6 | game.start = <<start>>; | ||
5 | 7 | ||
8 | global | ||
9 | { | ||
6 | command: "take" item | 10 | command: "take" item |
7 | { | 11 | { |
8 | if item in situation.items then | 12 | if item in situation.items then |