PDA

View Full Version : Added unconditional AI reforms?



brymht
04-09-2008, 00:27
Does this mean that AI will now ALWAYS get reforms in game, given enough time, or does it just increase the likelihood?

craziii
04-09-2008, 01:02
it just means when the ai reaches a certain date, it will get the reforms no matter what. from what I have read of the script, the AI gets them a hell of alot earlier then if the faction is under player control, which is great no? happy gaming.

overweightninja
04-09-2008, 01:57
it just means when the ai reaches a certain date, it will get the reforms no matter what.

Not in all circumstances.

;Unconditional AI Reforms
monitor_event FactionTurnEnd FactionType seleucid
and not FactionIsLocal
and I_CompareCounter Romanii_Reform = 1
and I_NumberOfSettlements seleucid > 20

if RandomPercent < 6
set_counter Romanii_Reform 2
terminate_monitor
end_if

end_monitor

I haven't looked much into the script outside of the Romani reforms, nonetheless it does appear the AI will now have a much easier time acheving reforms :yes:.
Cheers