I didnt look through that script much, you said you had mine working once before you changed stuff in it, so I figured dropping the new one in would solve your problem. I am looking through it now and dont see any obvious problems with my part of that script, though there is an error in the capital script, one of the counters is named wrong. Also when you set a counter you dont put the = sign in it. Did you change the SS part of the script, or my part of the script??
Code:
;------------------------- NEW CAPITAL COSTS ------------------------
set_event_counter NewCapital 0
monitor_event PreFactionTurnStart FactionIsLocal
set_event_counter newCapital = 0
end_monitor
Is anything showing up in your error log? Do other parts of the script run? Hopefully you made a backup of the original SS script before you made any changes. I dont know what was in their script before, so if you changed it you need to talk to the SS guys.
If you remove the SS script, does mine run by itself?