Hi.

I'm playing around with the money assistance in the campaign script and noticed that the code below appears twice. Is it supposed to be like that?
(It might be a mistake made by me since I've altered the code a number of times. Pretty shure though that I didn't mess up the original one which I saved as "campaign_script_ORIG_EB201")

Code:
monitor_event FactionTurnStart FactionType slave
        and IsFactionAIControlled
        and not LosingMoney
        and Treasury > 20000
        increment_kings_purse slave -1000
    end_monitor