This commit is contained in:
dazedanon 2026-03-12 21:53:16 -05:00
parent b3981dfd35
commit f684307330

View file

@ -535,9 +535,25 @@ class WorkflowTab(QWidget):
" { \"code\": 101, \"parameters\": [\"face_alice\", 0, 0, 2, \"\"] }\n"
"→ Set FACENAME101 = True\n"
"\n"
"### Format E — Color-wrapped speaker (NO FLAG NEEDED, handled automatically)\n"
"A 401 line consists solely of a color-code-wrapped name: \\\\c[N]Name\\\\c[0].\n"
"Example:\n"
" { \"code\": 401, \"parameters\": [\"\\\\c[2]アリス\\\\c[0]\"] }\n"
" { \"code\": 401, \"parameters\": [\"「こんにちは。\"] }\n"
"→ No flag needed. Do not set anything.\n"
"\n"
"### Format F — Full-width colon (NO FLAG NEEDED, handled automatically)\n"
"A 401 line ends with a full-width colon marking it as a speaker line.\n"
"Example:\n"
" { \"code\": 401, \"parameters\": [\"アリス:\"] }\n"
" { \"code\": 401, \"parameters\": [\"「こんにちは。\"] }\n"
"→ No flag needed. Do not set anything.\n"
"\n"
"### Always-on (NO FLAG NEEDED, handled automatically)\n"
" - \\\\n<Name> or \\\\k<Name> codes embedded in 401 text\n"
" - 【Name】 alone on a line or 【Name】dialogue on the same line\n"
" - \\\\c[N]Name\\\\c[0] color-wrapped name on its own 401 line\n"
" - Name line ending with a full-width colon\n"
"\n"
"---\n"
"\n"