Skip to content

Commit 76fcb0d

Browse files
committed
add description for jumping tag
1 parent dbae9e5 commit 76fcb0d

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

vns-docs/docs/tutorials/tags/block.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Block:
22

3-
`[block]`
4-
53
Prevents the player from returning to the previous conversation.
64

75
### Syntax

vns-docs/docs/tutorials/tags/jump.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Jump:
2+
3+
Jump to a specific label.
4+
5+
### Syntax
6+
7+
```
8+
[jump]label_name
9+
```
10+
11+
- *label_name* is the target label the script will jump to.

vns-docs/docs/tutorials/tags/jump_.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Jump_:
2+
3+
Jump to a specific label, but unlike a regular jump, the target dialogue cannot return to the parent dialogue from which it originated.
4+
5+
### Syntax
6+
7+
```
8+
[jump_]label_name
9+
```
10+
11+
- *label_name* is the target label the script will jump to.
12+

vns-docs/mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ nav:
1313
- '[scene]': tutorials/tags/scene.md
1414
- '[option]/[opt]': tutorials/tags/option.md
1515
- '[label]': tutorials/tags/label.md
16+
- '[jump/jmp]': tutorials/tags/jump.md
17+
- '[jump_/jmp_]': tutorials/tags/jump_.md
1618
- '[end]': tutorials/tags/end.md
1719
- '[block]': tutorials/tags/block.md
1820
- Comments and Notes: tutorials/comments_and_notes.md

0 commit comments

Comments
 (0)