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/the_thief/main.fate | 47 --------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 data/examples/the_thief/main.fate (limited to 'data/examples/the_thief/main.fate') diff --git a/data/examples/the_thief/main.fate b/data/examples/the_thief/main.fate deleted file mode 100644 index 66773c2..0000000 --- a/data/examples/the_thief/main.fate +++ /dev/null @@ -1,47 +0,0 @@ -(fate_version 1) - -(require include/text_effects.fate) -(require include/characters.fate) -(require include/chapters.fate) - -(text_effect narrator - As the last lights of the day vanish, you bid farewell to a sun you hope - will not recognize you next morning, for tonight is the time of your - transformation. Tonight, you put an end to the hunger. Tonight, you put an - end to the cold. Tonight, surely, you get to claim the luck you were denied - all this time. - (newline) - As you gaze upon the magnificent Tarmock manor, any trace of hesitation - disappears. The plan is simple: your forged letter of introduction will get - you through the door, and your lifelong skills through their purses. -) - -(sequence standing_before_the_manor) - -(cond - ((= 3 (variable oscar.money)) ...don't...) - ((> 3 (variable carla.agility)) ...might...) - ((> 3 (variable carla.perception)) ...surely...) -) - -(= lol - (cond - ((= 3 (variable oscar.money)) ...don't...) - ((> 3 (variable carla.agility)) ...might...) - ((> 3 (variable carla.perception)) ...surely...) - ) -) -Tonight's the night... (newline) -Tonight, we become rich... (newline) -Tonight, we... - -(player_choice - ( - ( ...get in through the window! ) - (sequence through_the_window) - ) - ( - ( ...knock at the door! ) - (sequence knocking_on_door) - ) -) -- cgit v1.2.3-70-g09d2