Skip to content

Commit

Permalink
fix: Fixes typo in say statement (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Piovanelli authored Jun 10, 2022
1 parent f8c8fc1 commit 245e9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/rooms/room10/esc/button_accept_input_test.esc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ say player "Hello. I will now walk a bit and won't listen at what you say!"
accept_input NONE
walk_block player r10_player_start
walk_block player accept_input_location
say player "Ha! Now you can't even skip this text!" avatar_dialog_player
say player "Ha! Now you can't even skip this text!" avatar
accept_input SKIP
say player "Okay, you can skip this text, but still not move me until 3 seconds have passed."
wait 3
Expand Down

0 comments on commit 245e9fa

Please sign in to comment.