• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[TRIGGER] command sytem x_x

Status
Not open for further replies.
Level 4
Joined
Mar 13, 2009
Messages
73
once again im here asking for help with triggers :(

i need some help with my zombie survival map's command system,i tried to make it like this(example):


[Events]
Player 1 Red Types a Chat Message Containing "XXXXX" as an exact match

Player 2 Blue Types a Chat Message Containing "XXXXX" as an exact match

Player 3 Green Types a Chat Message Containing "XXXXX" as an exact match

and so on...

i put no conditions and as actions i put it to display a message telling what the command i set was supposed to,but it didnt work,i think the problem is at the event and i surely know that having multiple events isn't the only way to do that (and also surely is NOT the right way to do it) can someone plz gimme some help here? x_x
 
  • spawnlist
    • Events
      • Player - Player 1 (Red) types a chat message containing @spawnlist as An exact match
      • Player - Player 2 (Blue) types a chat message containing @spawnlist as An exact match
      • Player - Player 3 (Teal) types a chat message containing @spawnlist as An exact match
      • Player - Player 4 (Purple) types a chat message containing @spawnlist as An exact match
      • Player - Player 5 (Yellow) types a chat message containing @spawnlist as An exact match
      • Player - Player 6 (Orange) types a chat message containing @spawnlist as An exact match
      • Player - Player 7 (Green) types a chat message containing @spawnlist as An exact match
      • Player - Player 8 (Pink) types a chat message containing @spawnlist as An exact match
      • Player - Player 9 (Gray) types a chat message containing @spawnlist as An exact match
      • Player - Player 10 (Light Blue) types a chat message containing @spawnlist as An exact match
    • Conditions
    • Actions
      • Game - Display to (All players) for 30.00 seconds the text: The Spawning Starts...
like this? o_o
 
Status
Not open for further replies.
Back
Top