Quote Originally Posted by V.T. Marvin View Post
Go to your EB\data\scripts\show_me\ folder and open the EBBS.txt file.

Then search for "PAHLAVA Victory Conditions" it should take you to this part:


Now either delete it all or just comment-out (adding semi-colon makes the script to skip and not execute the line after it) these lines:

Have fun with your very impressive empire!
Thanks to you both for the kind and very fast replies!

It was actually a different script I stumbled upon after you pointed me in the right direction:

Spoiler Alert, click show to read: 
;--------------------------------------------------
;Section 8f: Pahlava Shahanshah
;--------------------------------------------------

declare_counter shahanshah

set_counter shahanshah 0


monitor_event SettlementTurnStart SettlementName Gáwjám~Skándzáwárjoz
and SettlementBuildingExists = hinterland_victory

set_counter shahanshah 1

end_monitor


monitor_event CharacterTurnStart FactionType parthia
and CharacterIsLocal
and I_SettlementOwner Seleukeia = parthia
and I_SettlementOwner Susa = parthia
and I_SettlementOwner Ekbatana = parthia
and I_SettlementOwner Persepolis = parthia
and I_CompareCounter shahanshah = 0

; Use of the disaster_fire event causes a crash under some circumstances.
; We'll use the advisor to send the Shahanshah message instead.
;console_command test_message disaster_fire
advance_advice_thread Shahanshah_Thread
console_command create_building Gawjam_Skandzawarjoz hinterland_victory


terminate_monitor
end_monitor


By adding ";" I'll probably get rid of it. Thanks a lot for the quick help. I was afraid I had to abandon the campaign. I will report back to you when my victory is complete!

~Fluvius