mgbx4
Warlord
Can you name units whenever you want now or do you still have to wait til promotion? I havent played for a year or so and Im dl at the moment the game
. Thanks

Afaik, you still have to wait for a promo. I never name units, so I'm not 100% sure, but I'm 95% sure and if I'm wrong, well, somebody will correct me
Yeah, you have to wait for promotion. The easy way round that is to build a barracks and an armory in the city that you want to build the unit in and then it will get a free promotion, letting you rename it instantly
Yeah, this (STILL) needs to be fixed.
And now you people are telling me that one can rename individual units?? I'll be trying right now to find out how and how I could possibly never have seen that option.
function OnUnitNameRClicked()
-- Rename this unit
OnEditNameClick();
end
Controls.UnitNameButton:RegisterCallback( Mouse.eRClick, OnUnitNameRClicked );
Controls.UnitPortraitButton:RegisterCallback( Mouse.eRClick, OnUnitNameRClicked );
Put this code inside your UnitPanel.lua file; if you are not using any mods, or if none for your mods alter this file, you should add this to the vanilla UnitPanel.lua; if any of your mods alter this file, you should add the code to the UnitPanel.lua inside your mod. Works, just tested. Whenever your right-click on the unit's name, you can edit the name.