• 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.

[Trigger] Move the hero of Triggering Player

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

can you help me with this?
  • Start Quest
    • Events
      • Dialog - A dialog button is clicked for npc_var_dialog
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Clicked dialog button) Equal to var_DialogArray[3]
        • Then - Actions
          • Game - Display to (Player group((Triggering player))) the text: |cffffcc00Rune Ques...
        • Else - Actions

after that i want to move the hero of triggering player to region001<gen>.

how to do this?



thx guys!:grin:
 
Level 2
Joined
Jul 14, 2012
Messages
15
First off, you don't need the If/Then/Else function here.
Second, the Move command is Actions->Unit - Move Unit (Instantly).
 
Level 3
Joined
Jul 26, 2011
Messages
38
First off, you don't need the If/Then/Else function here.
Second, the Move command is Actions->Unit - Move Unit (Instantly).



i try the unit action sir, but the thing here is a player(triggering player) the hero of triggering player

thx anyway.
i but i got the idea i use:
  • Set UnitGroup = (Units owned by (Triggering player) matching (((Matching unit) is A Hero) Equal to True))
 
Status
Not open for further replies.
Top