Need some help :
For the last 3 hours I tried to link an in-game trade command with a script (a modified version af StationAccountant).
In fact everything is ok exept the "long text" and the "short text" displayed during the game. I can read :
ReadText2010-421 (long text)
and
[CT_TRADE_21] (short text)
I've supposed the game can't read my 'langage" file : 440021.xml, so I tried modified versions : 450021.xml to 510021.xml in order to find the good number for my french version of the game (like 44 is for english and 49 for german). Nothing changed!!
Here my 490021.xml text :
<?xml version="1.0" encoding="UTF-8" ?>
- <language id="49">
- <page id="2010" title="Commands" descr="">
<t id="421">MyLongText</t>
</page>
- <page id="2011" title="Commands" descr="">
<t id="421">Short_Text</t>
</page>
</language>
If someone can help me, he'll have my neverending gratitude. Or at least during a few days...

Olb