• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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