• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Dialog Help!

Status
Not open for further replies.
Level 11
Joined
May 2, 2009
Messages
650
I am trying to make so when a person enters a region a dialog box comes up for that person 2 choose a teammate from a dialog box and move that teammates hero to a region instantly and its not working. Any ideas?

171139-albums1997-picture16962.jpg
 
Level 11
Joined
Jun 21, 2007
Messages
505
Wait wait wait! I thought that DialogButton[1] was for Player 12 (Brown), wasn't it?

And you can also do, in the second trigger, actions:
If (Clicked dialog button) Equal to DialogButton[1] then do (Move (Random unit from (Units owned by Player 12 (Brown) matching ((MACTHING UNIT) is A Hero) Equal to True))) instantly to center of region
 
Level 11
Joined
May 2, 2009
Messages
650
Wait wait wait! I thought that DialogButton[1] was for Player 12 (Brown), wasn't it?

And you can also do, in the second trigger, actions:
If (Clicked dialog button) Equal to DialogButton[1] then do (Move (Random unit from (Units owned by Player 12 (Brown) matching ((MACTHING UNIT) is A Hero) Equal to True))) instantly to center of region

well im just testing it out now so it doesnt matter what player lmao, but yea i think that was the problem Im gona see if your thing works, hope it does. thanks for help!
 
Status
Not open for further replies.
Top