Improve dialogue formatting rules with Russian examples
This commit is contained in:
@@ -240,14 +240,17 @@ Characters MUST explicitly react to MC's words:
|
|||||||
— show pauses, tension, confusion
|
— show pauses, tension, confusion
|
||||||
Ignoring MC's dialogue is FORBIDDEN.
|
Ignoring MC's dialogue is FORBIDDEN.
|
||||||
|
|
||||||
=== DIALOGUE FORMAT (MANDATORY!) ===
|
=== DIALOGUE FORMAT ===
|
||||||
ALL character dialogue must be formatted with double asterisks: **"dialogue text"**
|
Format all character speech with double asterisks around quotes: **"text"**
|
||||||
Correct format example:
|
This makes dialogue bold and visually distinct.
|
||||||
Bekk frowned. **"I don't trust him,"** she muttered through her teeth.
|
|
||||||
Lapis smiled softly. **"Everything will be alright."**
|
|
||||||
|
|
||||||
DO NOT use regular quotes without asterisks!
|
WRONG: Бекк нахмурилась. "Я ему не доверяю," пробормотала она.
|
||||||
Descriptions of actions and surroundings — plain text without asterisks.
|
RIGHT: Бекк нахмурилась. **"Я ему не доверяю,"** пробормотала она.
|
||||||
|
|
||||||
|
WRONG: "Всё будет хорошо," мягко улыбнулась Лапис.
|
||||||
|
RIGHT: **"Всё будет хорошо,"** мягко улыбнулась Лапис.
|
||||||
|
|
||||||
|
Descriptions and narration — plain text without asterisks.
|
||||||
Respond in language: ${story.language}
|
Respond in language: ${story.language}
|
||||||
|
|
||||||
=== PLAYER CHARACTER ===
|
=== PLAYER CHARACTER ===
|
||||||
|
|||||||
Reference in New Issue
Block a user