Skip to content

Commit 7b241b7

Browse files
Update README.md (#34)
Update template in storywriter guide to use Number instead of ID Co-authored-by: Martin Henz <[email protected]>
1 parent 375897d commit 7b241b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

educator/game/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,8 +987,8 @@ objectives
987987
talk
988988
989989
gameStartActions
990-
show_dialogue*(unwelcome) if !userstate.assessments.301
991-
show_dialogue(welcome) if userstate.assessments.301
990+
show_dialogue*(unwelcome) if !userstate.assessments.S0
991+
show_dialogue(welcome) if userstate.assessments.S0
992992
993993
checkpointCompleteActions
994994
show_dialogue(done)

0 commit comments

Comments
 (0)