diff --git a/games/example.yml b/games/example.yml index 80932f4..59c66c9 100644 --- a/games/example.yml +++ b/games/example.yml @@ -25,4 +25,20 @@ game: # here goes all the game logic nothing: description: "Do nothing" text: "You sit and wait..." + actions: + - last + last: + description: 'Continue' + text: 'You look around the tavern' + actions: + - drink + - sitmore + drink: + needs_item: + - 'Beer' + description: "Drink beer" + text: 'You take a sip of your beer' + sitmore: + description: 'Sit some more' + text: 'You sit some more...'