[Trigger] Command

Status
Not open for further replies.
Level 3
Joined
Jul 26, 2011
Messages
38
Hi Guys,

can u help me with this. i want to make a trigger that player1(red) player2(blue) player3(teal) type -tp an exact match

instantly move the hero of the typing player in region1<gen>
how to do this in trigger?

:vw_wtf:


thx thx thx ^_^
 
  • Untitled Trigger 029
    • Events
      • Player - Player 1 (Red) types a chat message containing -tp as An exact match
    • Conditions
    • Actions
      • Set point = (Center of region)
      • Unit - Move *unit* instantly to point
      • Custom script: call RemoveLocation(udg_point)
If your heroes are set into an array, then use unitArray[Player number of triggering player]
 
Status
Not open for further replies.
Back
Top