;Hot Seat Mod by Myrddraal. Please do NOT edit this script. script suspend_unscripted_advice true suspend_during_battle on declare_counter loop set_counter loop 0 monitor_event FactionTurnStart FactionType macedon console_command control macedon snap_strat_camera 0, 156 zoom_strat_camera 0.8 while I_LocalFaction romans_julii end_while snap_strat_camera 0, 156 zoom_strat_camera 0.8 call_object_shortcut strat_ui save_stratmap inhibit_camera_input true disable_entire_ui hide_ui end_monitor monitor_event FactionTurnStart FactionType egypt console_command control egypt snap_strat_camera 0, 156 zoom_strat_camera 0.8 while I_LocalFaction macedon end_while snap_strat_camera 0, 156 zoom_strat_camera 0.8 call_object_shortcut strat_ui save_stratmap inhibit_camera_input true disable_entire_ui hide_ui end_monitor monitor_event FactionTurnStart FactionType carthage console_command control carthage snap_strat_camera 0, 156 zoom_strat_camera 0.8 while I_LocalFaction egypt end_while snap_strat_camera 0, 156 zoom_strat_camera 0.8 call_object_shortcut strat_ui save_stratmap inhibit_camera_input true disable_entire_ui hide_ui end_monitor monitor_event FactionTurnStart FactionType parthia console_command control parthia snap_strat_camera 0, 156 zoom_strat_camera 0.8 while I_LocalFaction carthage end_while snap_strat_camera 0, 156 zoom_strat_camera 0.8 call_object_shortcut strat_ui save_stratmap inhibit_camera_input true disable_entire_ui hide_ui end_monitor monitor_event FactionTurnStart FactionType gauls console_command control gauls snap_strat_camera 0, 156 zoom_strat_camera 0.8 while I_LocalFaction parthia end_while snap_strat_camera 0, 156 zoom_strat_camera 0.8 call_object_shortcut strat_ui save_stratmap inhibit_camera_input true disable_entire_ui hide_ui end_monitor monitor_event FactionTurnStart FactionType dacia console_command control dacia snap_strat_camera 0, 156 zoom_strat_camera 0.8 while I_LocalFaction gauls end_while snap_strat_camera 0, 156 zoom_strat_camera 0.8 call_object_shortcut strat_ui save_stratmap inhibit_camera_input true disable_entire_ui hide_ui end_monitor monitor_event FactionTurnStart FactionType romans_julii console_command control romans_julii snap_strat_camera 0, 156 zoom_strat_camera 0.8 while I_LocalFaction dacia end_while snap_strat_camera 0, 156 zoom_strat_camera 0.8 call_object_shortcut strat_ui save_stratmap inhibit_camera_input true disable_entire_ui hide_ui end_monitor while I_CompareCounter loop = 0 end_while end_script