From 9db1108195fe6c2572005c3eb338c14b445fee3b Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sat, 15 Aug 2020 14:19:33 +0200 Subject: Updates sample. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b2b2a76..381d544 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ your stories using a feature rich language without having to worry about the implications when it comes time to add support for it to your engine. ### Sample: - (define_sequence in_your_room + (define_sequence in_your_room () (ifelse (is_member visited_your_room progress) (text_effect narrator @@ -32,11 +32,11 @@ implications when it comes time to add support for it to your engine. (player_choice ( ( Look for healing items ) - (sequence look_for_healing_items) + (jump_to look_for_healing_items) ) ( ( No time! Let's go adventuring! ) - (sequence leave_your_room) + (jump_to leave_your_room) ) ) ) -- cgit v1.2.3-70-g09d2