| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-11-01 01:08:13 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-11-01 01:08:13 +0100 |
| commit | cab99a7f9be5a5a08cf66f1226a384a180098c69 (patch) | |
| tree | 937b6d487c87efaf9ccb56981f763c239220e2f5 /data/examples/blackjack/main.fate | |
| parent | 6ac2d50fc176b0c77890b6ab6ec4b0db4e4d08a2 (diff) | |
First shot at option+event player inputs.
Diffstat (limited to 'data/examples/blackjack/main.fate')
| -rw-r--r-- | data/examples/blackjack/main.fate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/examples/blackjack/main.fate b/data/examples/blackjack/main.fate index acfee7e..342a663 100644 --- a/data/examples/blackjack/main.fate +++ b/data/examples/blackjack/main.fate @@ -24,7 +24,7 @@ Just between you and me, someone left those laying around, they aren't mine. Now, you're all set to go... unless you don't know how to play? (player_choice - ( + (option ( As it happens, I do not. ) (visit rules_of_blackjack) (text_effect action_description @@ -32,7 +32,7 @@ Now, you're all set to go... unless you don't know how to play? ) (visit play_a_game) ) - ( + (option ( I am familiar with BlackJack. ) (text_effect action_description You leave the counter and approach one of the tables. |


