Giving NPC names now possible

This commit is contained in:
Yannik
2023-05-27 13:40:11 +02:00
parent 6753c437d1
commit 08d795402d
4 changed files with 35 additions and 12 deletions

View File

@@ -1,7 +1,10 @@
[
"Hello welcome to TextHorror!",
"This is the second line",
1,
2,
"Aand a third line"
]
{
"start": [
"Hello welcome to TextHorror!",
"_title:NPC Name",
1,
"This is the second line",
2,
"Aand a third line"
]
}