Skip to content

Commit

Permalink
Update concept-yarn-script.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams authored Dec 18, 2024
1 parent ece5842 commit 5409d39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/2.18/concept-yarn-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

---

?> This is an edited copy of the [YarnSpinner Quick Refence Guide](https://github.com/thesecretlab/YarnSpinner/blob/master/Documentation/YarnSpinner-Dialogue/Yarn-Syntax.md) (retrieved 2019-04-18)

## Introduction

Chatterbox is an implementation of the YarnScripting language. However, Chatterbox does slightly extend its functionality,
Expand Down Expand Up @@ -405,4 +403,4 @@ Chatterbox allows you to, at will, fast-forward past content strings. This is ha

Fast-forwarding is typically triggered by calling `ChatterboxFastForward()` but you may also find it useful to trigger a fast-forward from YarnScript. You can do this using `<<fastforward>>` in YarnScript as you would other actions.

You can also turn fast-forwarding off from inside YarnScript as well; this is done with the `<<fastmark>>` action. Content **after** `<<fastmark>>` will still appear but any content between triggering fast-forwarding and `<<fastmark>>` will not appear.
You can also turn fast-forwarding off from inside YarnScript as well; this is done with the `<<fastmark>>` action. Content **after** `<<fastmark>>` will still appear but any content between triggering fast-forwarding and `<<fastmark>>` will not appear.

0 comments on commit 5409d39

Please sign in to comment.