asarja
03-31-2012, 11:28 AM
When you mouse-over an item in the courier's inventory a pop-up window appears with the text "Disabled - owned by {name}" where {name} is the name of the player owning the item.
Target: I want to see the name of the HERO, not the name of the PLAYER.
The only file that has "Owned by" string in it is resources0.s2z\stringtables\game_messages_en.str
The line is activate_item_no_share ^rDisabled - Owned by {name}
I tried replacing {name} with {hero} or {player_hero_name} - no effect. Actually I do get an effect - the text transforms into "Owned by", with the variable output truncated :)
Maybe someone can help me with the correct variable?
Target: I want to see the name of the HERO, not the name of the PLAYER.
The only file that has "Owned by" string in it is resources0.s2z\stringtables\game_messages_en.str
The line is activate_item_no_share ^rDisabled - Owned by {name}
I tried replacing {name} with {hero} or {player_hero_name} - no effect. Actually I do get an effect - the text transforms into "Owned by", with the variable output truncated :)
Maybe someone can help me with the correct variable?