From c14f60f9c3dd45610ff3cba48ce7b33a2b67a315 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sat, 4 Sep 2021 22:33:35 +0200 Subject: Updates the README to match the new syntax. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 381d544..6e6a030 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ implications when it comes time to add support for it to your engine. ### Sample: (define_sequence in_your_room () - (ifelse - (is_member visited_your_room progress) + (if_else (set:is_member visited_your_room progress) (text_effect narrator You room is still a mess. You don't have time to clean things up, though. @@ -28,13 +27,13 @@ implications when it comes time to add support for it to your engine. make the cut. ) ) - (add visited_your_room progress) + (set:add visited_your_room progress) (player_choice - ( + (option ( Look for healing items ) (jump_to look_for_healing_items) ) - ( + (option ( No time! Let's go adventuring! ) (jump_to leave_your_room) ) -- cgit v1.2.3-70-g09d2