PM-ben karakter név hosszabbítása

Indította billabonG, 2017-04-18, 22:11:13

Hali!

Hol tudom átírni azt, hogy amikor PM-ben írom a nevet, akkor azt ne 12 karakterhosszig tudjam írni, hanem mondjuk 13-ig?

uiscript/whisperdialog.py - input_limit
{
"name" : "titlename_edit",
"type" : "editline",

"x" : 3,
"y" : 3,

"width" : 120,
"height" : 17,

"input_limit" : PLAYER_NAME_MAX_LEN,

"text" : uiScriptLocale.WHISPER_NAME,
},