Advertisement
Guest User

Untitled

a guest
Dec 4th, 2012
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. ;Hot Seat Mod by Myrddraal. Please do NOT edit this script.
  2.  
  3. script
  4. suspend_unscripted_advice true
  5. suspend_during_battle on
  6.  
  7. declare_counter loop
  8. set_counter loop 0
  9.  
  10. monitor_event FactionTurnStart FactionType seleucid
  11. console_command control seleucid
  12. snap_strat_camera 0, 156
  13. zoom_strat_camera 0.8
  14. while I_LocalFaction greek_cities
  15. end_while
  16. snap_strat_camera 0, 156
  17. zoom_strat_camera 0.8
  18. call_object_shortcut strat_ui save_stratmap
  19. inhibit_camera_input true
  20. disable_entire_ui
  21. hide_ui
  22. end_monitor
  23.  
  24. monitor_event FactionTurnStart FactionType greek_cities
  25. console_command control greek_cities
  26. snap_strat_camera 0, 156
  27. zoom_strat_camera 0.8
  28. while I_LocalFaction seleucid
  29. end_while
  30. snap_strat_camera 0, 156
  31. zoom_strat_camera 0.8
  32. call_object_shortcut strat_ui save_stratmap
  33. inhibit_camera_input true
  34. disable_entire_ui
  35. hide_ui
  36. end_monitor
  37.  
  38. while I_CompareCounter loop = 0
  39. end_while
  40. end_script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement