;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 carthage console_command control carthage 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 macedon console_command control macedon 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 pontus console_command control pontus 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 egypt console_command control egypt snap_strat_camera 0, 156 zoom_strat_camera 0.8 while I_LocalFaction pontus 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 greek_cities console_command control greek_cities 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 armenia console_command control armenia snap_strat_camera 0, 156 zoom_strat_camera 0.8 while I_LocalFaction greek_cities 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 armenia 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