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

Personalised Trigger

Status
Not open for further replies.
Level 3
Joined
Apr 26, 2008
Messages
49
I need a trigger which is personilised for one name...
I know people can just change there name but i dont mind ..
Basicly i want a sort of skin for just me (super-luke)
and my friend (Nukitty)
dont worry about the unit that im using i just need a example trigger


Sorry if this has already been posted but its late and i just wanna eat xD
 
  • Untitled Trigger 001
    • Events
      • Time - Elapsed game time is 5.00 seconds
    • Conditions
    • Actions
      • Player Group - Pick every player in (All players) and do (Actions)
        • Loop - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Name of (Triggering player)) Equal to yourname
            • Then - Actions
              • Unit - Create 1 Footman for (Picked player) at (Center of (Playable map area)) facing Default building facing degrees
            • Else - Actions
(Name of (Triggering player)) Equal to yourname
thats the part that focuses on your name, and its under STRING COMPARISON
the creat 1 footman represents the unit your getting
 
Level 3
Joined
Apr 26, 2008
Messages
49
I checked that out and got to the 2nd step =(
I should have pointed out im a noob this is the 1st map i have done
and dont have a clue how to Loop the action or doesnt that matter?
sorry as i say im a noob
 
Level 3
Joined
Apr 26, 2008
Messages
49
Erm ...
Its flawed
1. how do i make sure that the right colour get the unit?
and
2. I think an easyer way would be to have a Pass word so i just type that and gt the unit ...
 
Status
Not open for further replies.
Top