• 🏆 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 and Name Help MEE :D

Status
Not open for further replies.
Level 30
Joined
Nov 29, 2012
Messages
6,637
Do this for spawning a hero when typing the code:

  • Secret Hero Access
    • Events
      • Player - Player 1 (Red) types a chat message containing -hr7t as An exact match
      • Player - Player 2 (Blue) types a chat message containing -hr7t as An exact match
      • Player - Player 3 (Teal) types a chat message containing -hr7t as An exact match
      • Player - Player 4 (Purple) types a chat message containing -hr7t as An exact match
      • Player - Player 5 (Yellow) types a chat message containing -hr7t as An exact match
      • Player - Player 6 (Orange) types a chat message containing -hr7t as An exact match
      • Player - Player 7 (Green) types a chat message containing -hr7t as An exact match
      • Player - Player 8 (Pink) types a chat message containing -hr7t as An exact match
      • Player - Player 9 (Gray) types a chat message containing -hr7t as An exact match
      • Player - Player 10 (Light Blue) types a chat message containing -hr7t as An exact match
      • Player - Player 11 (Dark Green) types a chat message containing -hr7t as An exact match
      • Player - Player 12 (Brown) types a chat message containing -hr7t as An exact match
    • Conditions
    • Actions
      • Unit - Create 1 Premium Hero for (Triggering player) at Region facing Default building facing degrees
It will create the Hero belonging to the player who typed in the code at the specified region.

What you just need to change to fit in to your game is the Unit or hero it will spawn and the Region where it will spawn. Optional also is the Default Facing Degree if you want to change it, feel free to do so.

Also if the code, if you want to change it, just change the typed in -hr7t to the code you want.
 
Status
Not open for further replies.
Top