• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Help. (prevent opening the menu bar)

Status
Not open for further replies.
Level 13
Joined
Sep 13, 2010
Messages
550
As I see it is possible and it is not surprising. It should be a game bug. We know tons of Warcraft bugs. You show a dialog, it replaces the Saving... thing and at the same time you create a timer( for a moment ( 0.00 ) it will count down ) and when the timer ended it hides the dialog. Simplier in GUI:
  • PreventSave GUI
    • Events
      • Game - The game is about to be saved
    • Conditions
    • Actions
      • Do Multiple ActionsFor each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • Dialog - Show Dialog for (Player((Integer A)))
      • Wait 0.00 seconds
      • Do Multiple ActionsFor each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • Dialog - Hide Dialog for (Player((Integer A)))
 
Status
Not open for further replies.
Top