-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathprogress.tw
55 lines (43 loc) · 1.34 KB
/
progress.tw
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
::StoryTitle
Managing Story Progression
::StoryData
{
"ifid": "D998951D-BBE2-495E-BEA3-73CC716683E5",
"start": "Home"
}
::StoryInit
<<progress "$schedule" "daydream" "early_midmorning_nap" "dawdle_and_delay"
"late_early_morning_nap" "bide_our_time" "eat_lunch"
"linger_and_loiter" "early_afternoon_nap"
"put_off_for_tomorrow_what_we_could_have_done_today"
"early_late_afternoon_nap" "loaf_and_lounge"
"dinner" "dillydally" "early_evening_nap"
"waste_time" "go_to_bed">>
::Home
<<addcard [[Not a Card]]>>
<<set _simple to true>>
<<includeall `QBN.cards()`>>
<<unset _simple>>
<<set _parallel to true>>
$schedule
<<cardrow `QBN.cards()` "linkbox">>
<<advance "$schedule">>\
$schedule
<<cardrow `QBN.cards()` "linkbox">>
<<advance "$schedule" 4>>\
$schedule
<<cardrow `QBN.cards()` "linkbox">>
<<advance "$schedule" 100>>\
$schedule
<<cardrow `QBN.cards()` "linkbox">>
<<advance "$schedule" -1000>>\
$schedule
<<cardrow `QBN.cards()` "linkbox">>
::Not a Card [req-simple]
This wasn't a card originally.
::Lunch Story [card req-parallel req-schedule-during-eat_lunch]
Story about eating lunch, natch.
::Morning Story [card req-parallel req-schedule-before-eat_lunch]
Story which could take place during any of the morning states.
::Evening Story [card req-parallel req-schedule-after-dinner]
Story which could take place during any of the evening states.