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

[Trigger] how to added game mode~easy normal hard

Status
Not open for further replies.
Level 8
Joined
Jul 7, 2013
Messages
141
Follow that dialog menu tutorial rheiko linked however instead of yes/no, replace those with your difficulties. Then when the player clicks a dialogue button, make a run this trigger:

  • Events
    • Dialog - Dialog Button clicked
  • Conditions
    • Dialog button clicked is equal to easy
  • Actions
    • Player - Set handicap of neutral player to 75%
If you want to make the trigger give 10% more hp to all creeps then use 110% as the handicap
 
Status
Not open for further replies.
Top