blob: a10fd48c28c983b1cb9b451aa6d6b285727f3f81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.
)
(jump_to in_your_room)
|