Quote Originally Posted by nikolai1962
I think it's the create_unit command that doesn't work if you leave out the comma after the unit name.
As I said earlier, it's a freaking working example

@lordyu:
Code:
        monitor_event EventCounter EventCounterType mongols_invasion_warn 1

        and EventCounter > 0 

Should be

monitor_event EventCounter EventCounterType mongols_invasion_warn 
        and EventCounter > 0