Adding an agent to the recruitment pool (Adv)
--[[ Script by Aexrael Dex adding a unique agent to the recruitment pool, plus ancillary listener for rank up + event popup for event feed Use the other simpler script…
--[[ Script by Aexrael Dex adding a unique agent to the recruitment pool, plus ancillary listener for rank up + event popup for event feed Use the other simpler script…
Skarsnik dilemma Skarsnik, true ruler of Drakenhof --[[ Script by Aexrael Dex Based in part on the vanilla script wh2_campaign_custom_starts Skarsnik's Whacky Adventure Tour to Drakenhof ]] local skarsnik_faction_str =…
--[[ Script by Aexrael Dex Replaces the starting general for a specific faction ]] -- Rename replace_starting_general local function replace_starting_general() if cm:is_new_game() then -- Creating replacement for Karl Franz with…
--[[ Script by Aexrael Dex Replaces the starting units for the designated characters ]] -- Rename edit_starting_army local function edit_starting_army() if cm:is_new_game() then local custom_starting_army = { -- Vlad, Carsteins…
--[[ Script by Aexrael Dex ]] local function unique_agent() -- Checking whether the script has already run for saved games and if it has then the script doesn't need to…
--[[ Script by Aexrael Dex Adds custom Regiments of Reknown to defined factions ]] local function cror_initiator() -- Checking whether the script has already run for saved games and if…