From 245e9fa8266d046b5bce267264dbda2983c8e1fb Mon Sep 17 00:00:00 2001 From: Matteo Piovanelli Date: Fri, 10 Jun 2022 07:22:52 +0200 Subject: [PATCH] fix: Fixes typo in say statement (#600) --- game/rooms/room10/esc/button_accept_input_test.esc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/rooms/room10/esc/button_accept_input_test.esc b/game/rooms/room10/esc/button_accept_input_test.esc index 6468e4f0..0191becc 100644 --- a/game/rooms/room10/esc/button_accept_input_test.esc +++ b/game/rooms/room10/esc/button_accept_input_test.esc @@ -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