Hi rorarii,

Do you mean this?
Code:
script
declare_counter loop
set_counter loop 0

monitor_event FactionTurnStart empire_east
            and I_TurnNumber = 1

if I_SettlementOwner Alexandria = empire_east
provoke_rebellion Alexandria 
end_if
terminate_monitor
end_monitor 

while I_CompareCounter loop = 0
end_while
end_script
From here http://www.twcenter.net/forums/showt...voke_rebellion

I'm going this now....

Cheers