Skip to content

Commit 57c5747

Browse files
Adding some images
1 parent d794b7c commit 57c5747

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/events/TextEvent.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Text Event
2+
![image](https://user-images.githubusercontent.com/2206700/122922829-51f2f780-d364-11eb-8943-0a2ae32f4a3c.png)
23

34
The text event is one of the most important ones since this will be containing most of your text.
45

56
## The header
7+
![image](https://user-images.githubusercontent.com/2206700/122923118-9ed6ce00-d364-11eb-87f3-4c1a15a03432.png)
8+
69
You have up to tree different types of options here:
710
- **Character** - This is who will be saying the text written inside the text editor.
811
- **Portrait** - If you picked a **Character** the different portraits will show up here. If that **Character** doesn't have any special portraits the default one will be used. If you pick the `(Don't change)` option, it will continue using the previous text event portrait set. If you pick the `[Definition]` option, a new picker will show up.
@@ -22,4 +25,4 @@ Inside the text editor you have special features that might not be obvious to ev
2225

2326
- `[speed=X]` You can use the *speed* tag to change change the speed of an individual text event speed. You can set for instance `[speed=10]` to show the text at a very slow pace. If you want the text to be instant for one message you can do `[speed=0]` and it will show up automatically. After the event containing the *speed* tag is over, it will go back to whatever value you have set on the current theme. Remember that the number is the interval between each letter, so the bigger the number the slower the text will be.
2427

25-
- `[definition]` If you have a **Definition** and you want to display its value on inside your text you can use the `[` and `]` characters and the name of your **Definition** to print it. Let's say we have a **Definition** called `Money` with the value of `5`. we can write: `You have [Money] left` and Dialogic will replace the `[Money]` tag with the value `You have 5 left`.
28+
- `[definition]` If you have a **Definition** and you want to display its value on inside your text you can use the `[` and `]` characters and the name of your **Definition** to print it. Let's say we have a **Definition** called `Money` with the value of `5`. we can write: `You have [Money] left` and Dialogic will replace the `[Money]` tag with the value `You have 5 left`.

0 commit comments

Comments
 (0)