I've been shamelessly removing some scripts, and just wondered about this section in campaign_script.
Of the 4 script types here (additional generals, settlement conquerors, send character away, king's purse), I'm not 100% on what they all are.
As I understand, additional generals just means the AI gets a couple of extra general characters. Now, is settlement conquerors the extra armies for conquering the undefended rebel territories on the first turn?
The main one I'm unsure of is send character away. What does this do?
Also, I changed the AI bonus section to read:
The idea here was to remove the buildings bonuses the AI gets. But will this affect anything else?Code:;############################# AI Bonus ############################### declare_counter is_the_ai monitor_event PreFactionTurnStart not IsFactionAIControlled and not FactionType slave set_event_counter is_the_ai 0 end_monitor monitor_event PreFactionTurnStart IsFactionAIControlled and not FactionType slave set_event_counter is_the_ai 0 end_monitor
Thanks for any help.





Reply With Quote





