• 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.

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