• 🏆 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 do i...

Status
Not open for further replies.
Level 23
Joined
Nov 29, 2006
Messages
2,482
Yes, could be something like that, and/or this

  • Special Hero
    • Events
      • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Name of (Player((Integer A)))) Equal to billybob
            • Then - Actions
              • Set TempPoint = (location where you like the hero to spawn)
              • Unit - Create 1 YOURHERO for (Player((Integer A))) at TempPoint facing Default building facing degrees
              • Custom script: call RemoveLocation( udg_TempPoint )
            • Else - Actions
 
Level 7
Joined
Dec 8, 2005
Messages
319
well that is simple
  • Untitled Trigger 002
    • Events
      • Player - Player 1 (Red) types a chat message containing -kick blue as An exact match
    • Conditions
      • (Player 2 (Blue) controller) Equal to User
    • Actions
      • Game - Defeat Player 2 (Blue) with the message: You Have Been Kicke...
  • [/hidden]
just make one for each player...

and what do you mean by level command? and are you making a trigger that when you play you get a super hero? so that you can pawn as god of the game?
 
Level 7
Joined
Dec 8, 2005
Messages
319
haha i dont care... just thought it to be funny... play a game and some random dude comes in and wtf omg... super crazy hero.... you could also just do a match code... like -goku or -trunks or -make it harder like add the world secret to the name... -secretuub or -secretchichi

that way your friends can mix it around but either way works.
 
Level 7
Joined
Dec 8, 2005
Messages
319
um you could make secret commands or use names... but whatever way you would like... it is all up to you... you could make a specific name enters game display a dialog box and then you could select what you want or dont want... all up to you.
 
Status
Not open for further replies.
Top