fix: Fixes typo in say statement (#600)
This commit is contained in:
committed by
GitHub
parent
f8c8fc16d1
commit
245e9fa826
@@ -6,7 +6,7 @@ say player "Hello. I will now walk a bit and won't listen at what you say!"
|
|||||||
accept_input NONE
|
accept_input NONE
|
||||||
walk_block player r10_player_start
|
walk_block player r10_player_start
|
||||||
walk_block player accept_input_location
|
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
|
accept_input SKIP
|
||||||
say player "Okay, you can skip this text, but still not move me until 3 seconds have passed."
|
say player "Okay, you can skip this text, but still not move me until 3 seconds have passed."
|
||||||
wait 3
|
wait 3
|
||||||
|
|||||||
Reference in New Issue
Block a user