Auto-translated
Good afternoon! Part of the script:
QuestionBoxForPlayers ( GetPlayerFilter(num2), {GetMapDataPath().."logabonus.txt"; eq = 10000}, 'logab2', 'logabno2');
In logabonus.txt:
Хотите получить (угловая скобка)value=eq(угловая скобка) золота в качестве бонуса?
In the game, a message pops up:
Хотите получить 10000 золота в качестве бонуса?
I need the text to appear in this way:
Хотите получить десять тысяч золота в качестве бонуса?
If I set eq = 'десять тысяч' or eq = "10.txt", and "10.txt" contains "десять тысяч", then only the message
Хотите получить золота в качестве бонуса?
appears in the game. What is the catch? How can I make the actual text appear?