|
|
@@ -260,13 +260,13 @@ With bullet points and link we can give player a choice:
|
|
|
6 * [Go alone](secret_route.vnrs){social<0}
|
|
|
```
|
|
|
|
|
|
-In Markdown, it doesn't matter which sign you use (+ / * / +), but
|
|
|
+In Markdown, it doesn't matter which sign you use (+ / * / -), but
|
|
|
in Vinora Screenplay they have their own functionality:
|
|
|
|
|
|
'+' is for ordinary choices
|
|
|
'-' is for blocked choices. They are viewable but can't be chosen. It's
|
|
|
useful for planning future chapters.
|
|
|
-'\*' is for hidden choices. They are only viewable if the condition in
|
|
|
+'\*' is for hidden choices. They are only viewable if the condition in
|
|
|
{} brackets is true.
|
|
|
|
|
|
### 3.2.5 Link chunk
|
|
|
@@ -285,7 +285,7 @@ Good news is we can easily avoid them by using Markdown links:
|
|
|
**Yes, it's just a single choice chunk.**
|
|
|
|
|
|
This is how we can go from one file to another. Writing anything *after*
|
|
|
-is kinda useless, since it can't be viewed anyway.
|
|
|
+is kinda useless, since it wouldn't be viewed anyway.
|
|
|
|
|
|
|
|
|
### 3.2.6 Images chunk
|
|
|
@@ -316,7 +316,7 @@ so we use link-like syntax:
|
|
|
|
|
|
```markdown
|
|
|
1 [](sound/bell.mp3)
|
|
|
-2 [](music/.mp3)
|
|
|
+2 [](music/morning.mp3)
|
|
|
3
|
|
|
4 [](video/intro.mp4)
|
|
|
```
|
|
|
@@ -339,7 +339,8 @@ In Markdown, we have quotes with this kind of syntax:
|
|
|
```
|
|
|
|
|
|
In Vinora Screenplay, they are used as comments. Parser will ignore it,
|
|
|
-unless he's working in `DEBUG` mode.
|
|
|
+unless he's working in `DEBUG` mode, then it will be displayed as
|
|
|
+NARRATOR words, but in italic and green text.
|
|
|
|
|
|
### 3.2.9 Directive chunk
|
|
|
|