minion1324311@gmail.com 0 Posted October 28, 2024 id=war_event title=Title desc=China Communist gonna attack another China if they both exist. image=49.png show_in_missions=false mission_image=2 only_once=true trigger_and next_and is_civ=qin_f exists=chi_c exists=qin_f trigger_and_end option_btn name=War declare_war=chi_c=qin_f ai=100 Can someone help me why this event is not working? Quote Share this post Link to post Share on other sites More sharing options...
Łukasz Jakowski 13,362 Posted October 28, 2024 option_end is missing option_btn name=War declare_war=chi_c=qin_f ai=100 option_end Dule22 1 Quote Share this post Link to post Share on other sites More sharing options...
minion1324311@gmail.com 0 Posted October 28, 2024 Still not works Quote Share this post Link to post Share on other sites More sharing options...
Łukasz Jakowski 13,362 Posted October 28, 2024 id=war_event title=Title desc=China Communist gonna attack another China if they both exist. image=49.png show_in_missions=false mission_image=2 only_once=true trigger_and next_and is_civ=qin_f exists=chi_c exists=qin_f trigger_and_end option_btn name=War declare_war=chi_c=qin_f ai=100 option_end It works; nothing changed. Common events do not run every single day. Run the game and the event will pop out. Where to put this .txt file map\Earth3\scenarios\WW2\events\common\ or for mod: mods/YOUR_MOD/map\Earth3\scenarios\WW2\events\common\ If you want exact day then use trigger: ## The day in the game is: 1 September 1939 exact_day=1=9=1939 Quote Share this post Link to post Share on other sites More sharing options...
minion1324311@gmail.com 0 Posted October 28, 2024 It works 🙂 but why does the event show up only after a few months? I need the war to be right after the scenario starts. Even if the player is not playing as China Quote Share this post Link to post Share on other sites More sharing options...
Łukasz Jakowski 13,362 Posted October 28, 2024 So use this trigger with the proper date: exact_day=1=9=1936 Example use: trigger_and next_and is_civ=ger_z exists_any=czsl has_variable=sudetenland_accepted exact_day=2=11=1938 trigger_and_end Dule22 and Code Engineer 2 Quote Share this post Link to post Share on other sites More sharing options...