From 7bd910917ac2e9ad6b6db9a1fff5a890ac149b52 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 21 Jul 2020 23:03:57 +0200 Subject: New demo. Issue with rule prio. I can't seem to get the MACRO_KW rule from the instructions to have a higher priority than the MACRO_KW rule from the values. --- data/examples/monster_battle/main.fate | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/examples/monster_battle/main.fate (limited to 'data/examples/monster_battle/main.fate') diff --git a/data/examples/monster_battle/main.fate b/data/examples/monster_battle/main.fate new file mode 100644 index 0000000..e77e734 --- /dev/null +++ b/data/examples/monster_battle/main.fate @@ -0,0 +1,25 @@ +(fate_version 1) + +(require include/events.fate) +(require include/text_effects.fate) + +(require in_your_room.fate) + +(text_effect narrator + After failing to sleep because of the anticipation, you overslept. + Today was supposed to be glorious! At long last, you were going on your + life-defining adventure with a powerful companion. +) +(event pause) +(text_effect narrator + ... +) +(event pause) +(text_effect narrator + Maybe you should stop daydreaming and see what can be salvaged at this point. +) +(event pause) +(text_effect narrator + You stand in your room, having just dressed. +) +(sequence in_your_room) -- cgit v1.2.3-70-g09d2