-
Notifications
You must be signed in to change notification settings - Fork 5
/
click-to-proceed.twee-config.yaml
57 lines (53 loc) · 1.58 KB
/
click-to-proceed.twee-config.yaml
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
56
57
sugarcube-2:
macros:
ctp:
name: ctp
container: true
children:
- ctpNext
description: |-
The main CTP macro inside which all content is written.
Usage:
```
<<ctp id [keywords]>>
…
<</ctp>>
```
READ: [Documentation](https://github.com/cyrusfirheir/cycy-wrote-custom-macros/tree/master/click-to-proceed#ctp-id-keywords)
parameters:
- text &+ ...text
ctpNext:
name: ctpNext
parents:
- ctp
description: |-
To be used inside `<<ctp>>` to separate the content into blocks.
Usage:
```
<<ctpNext [keywords]>>
```
READ: [Documentation](https://github.com/cyrusfirheir/cycy-wrote-custom-macros/tree/master/click-to-proceed#ctpnext-keywords)
parameters:
- ...text
ctpAdvance:
name: ctpAdvance
description: |-
The 'proceed' part of Click To Proceed... Used to move the train forward and show the next blocks.
Usage:
```
<<ctpAdvance id>>
```
READ: [Documentation](https://github.com/cyrusfirheir/cycy-wrote-custom-macros/tree/master/click-to-proceed#ctpadvance-id)
parameters:
- text
ctpBack:
name: ctpBack
description: |-
Turns back time and goes back one block.
Usage:
```
<<ctpBack id>>
```
READ: [Documentation](https://github.com/cyrusfirheir/cycy-wrote-custom-macros/tree/master/click-to-proceed#ctpback-id)
parameters:
- text