diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-01-30 08:55:14 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-30 08:55:14 -0700 |
commit | e150ee5e1ce33b0a4913d53e5df4658ea508eb6e (patch) | |
tree | 50014a30908cf434752943994482d22ab3e5fcbd /demo.stage | |
parent | 22170e030efdeadc1dfbd548a8f0b24b0e10ceee (diff) | |
download | stage-e150ee5e1ce33b0a4913d53e5df4658ea508eb6e.tar.gz stage-e150ee5e1ce33b0a4913d53e5df4658ea508eb6e.tar.bz2 stage-e150ee5e1ce33b0a4913d53e5df4658ea508eb6e.tar.xz stage-e150ee5e1ce33b0a4913d53e5df4658ea508eb6e.zip |
Syntax updated to support options & commands.
Diffstat (limited to 'demo.stage')
-rw-r--r-- | demo.stage | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -118,9 +118,10 @@ situation <<beachEast>> | |||
118 | } | 118 | } |
119 | enter | 119 | enter |
120 | { | 120 | { |
121 | display('''You're standing on a narrow stretch of beach.[break] The ocean | 121 | display('''You're standing on a narrow stretch of beach. The ocean |
122 | sparkles to the north, there's a cliff face just to the south. The | 122 | sparkles to the north, there's a cliff face just to the south. The |
123 | beach extends [green>westward<green]. To the east are some jagged rocks.'''); | 123 | beach extends [green>westward<green]. To the east are some jagged |
124 | rocks.'''); | ||
124 | } | 125 | } |
125 | } | 126 | } |
126 | 127 | ||
@@ -136,6 +137,7 @@ situation <<beachCenter>> | |||
136 | } | 137 | } |
137 | enter | 138 | enter |
138 | { | 139 | { |
140 | |||
139 | } | 141 | } |
140 | } | 142 | } |
141 | 143 | ||