https://imgur.com/a/2OXKg0d
Hi, can I get some advice on this issue? Im trying to change the EQUIPMENT word to INVENTORY.
We succeeded in replacing the VICINITY with GROUND, but the EQUIPMENT was not replaced.
playercontainer.c
modded class PlayerContainer: CollapsibleContainer
{
void PlayerContainer( LayoutHolder parent, int sort = -1 )
{
m_CollapsibleHeader.SetName( "#bu_container_inventory" );
}
}