add B/T/K language markers

This commit is contained in:
Martin Michelsen
2024-02-20 22:59:53 -08:00
parent 29baaf2d95
commit 4e4ba5650d
5 changed files with 56 additions and 16 deletions
+5 -2
View File
@@ -58,8 +58,11 @@
// instead in newserv, since the server substitutes most usage of $ in player-
// provided text with \t. The escape codes are:
// - Language codes
// - - $E: Set text interpretation to English
// - - $J: Set text interpretation to Japanese
// - - $E: Set text interpretation to English / use Roman font
// - - $J: Set text interpretation to Japanese / use Japanese font
// - - $B: Use Simplified Chinese font (PC/BB)
// - - $T: Use Traditional Chinese font (PC/BB)
// - - $K: Use Korean font (PC/BB)
// - Color codes
// - - $C0: Black (000000)
// - - $C1: Blue (0000FF)