• 🏆 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!

Pause-Resume

Level 8
Joined
May 11, 2007
Messages
54
This tutorial is a bit of nooby, but it is still useful for some maps I believe.
Anyway, to make the Pause trigger in GUI(Which I prefer), try something like this
  • PauseGame
  • [FONT="Lucida Console"] Events
    • Player - Player 1 (Red) types a chat message containing -pause as A substring
    • Conditions
    • Actions
      • Game - Pause the game[/FONT]
and for the Resume trigger try that
  • ResumeGame
  • [FONT="Lucida Console"] Events
    • Player - Player 1 (Red) types a chat message containing -resume as A substring
    • Conditions
    • Actions
      • Game - Unpause the game[/FONT]
NOTE: you can add your own conditions to customize it in your way!
I don't think it will be necessary to gimme credit if you use that trigger, but if you do, you are welcome.
 
Last edited:
Top