Ewok-Bacon-Bits
Warlord
- Joined
- Oct 23, 2016
- Messages
- 169
Have there been any threads on this? I only tried this in the UI context but apparently this works perfectly fine you can just switch leaders (including the bonuses they give) with any civ at any point of the game with this code:
I just wanted to make this known I'm not sure if I missed another discussion on this because it seems like an interesting feature.
Code:
local playerConfig = PlayerConfigurations[0];
playerConfig:SetLeaderTypeName("LEADER_BARBAROSSA");
I just wanted to make this known I'm not sure if I missed another discussion on this because it seems like an interesting feature.