移行先はTreasury(アドオン)
なおこちらは説明に
> An addon that manages the treasure pool for you and keeps your inventory clean of unwanted items.
とある通り、かばん(Inventory)にしか効かない
function cmd_to_utf_convert(cmd_arg)
local utf_name =''
if cmd_arg then
utf_name =windower.from_shift_jis(windower.convert_auto_trans(cmd_arg))
end
return utf_name
end