Fix dialogue format: explicitly require DOUBLE asterisks

This commit is contained in:
Alexej Wolff
2026-05-04 01:04:14 +02:00
parent 8949310162
commit ad2d27412f
+7 -8
View File
@@ -241,16 +241,15 @@ Characters MUST explicitly react to MC's words:
Ignoring MC's dialogue is FORBIDDEN. Ignoring MC's dialogue is FORBIDDEN.
=== DIALOGUE FORMAT === === DIALOGUE FORMAT ===
Format all character speech with double asterisks around quotes: **"text"** Format all character speech with DOUBLE asterisks (two on each side): **"text"**
This makes dialogue bold and visually distinct. Single asterisks (*text*) create italics — DO NOT use for dialogue.
Double asterisks (**text**) create bold — USE THIS for dialogue.
WRONG: Бекк нахмурилась. "Я ему не доверяю," пробормотала она. WRONG: *"Я ему не доверяю,"* пробормотала она.
RIGHT: Бекк нахмурилась. **"Я ему не доверяю,"** пробормотала она. WRONG: "Я ему не доверяю," пробормотала она.
RIGHT: **"Я ему не доверяю,"** пробормотала она.
WRONG: "Всё будет хорошо," мягко улыбнулась Лапис. Descriptions and narration — plain text without any asterisks.
RIGHT: **"Всё будет хорошо,"** мягко улыбнулась Лапис.
Descriptions and narration — plain text without asterisks.
Respond in language: ${story.language} Respond in language: ${story.language}
=== PLAYER CHARACTER === === PLAYER CHARACTER ===