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

[Trigger] Region Dodad Copy-Paste

Status
Not open for further replies.
Level 4
Joined
Jan 25, 2009
Messages
42
i need to have a trigger in my newest map that has to copy over all the dodads in one random region and paste them all in the exact same order in another random region... i planned to use variables for the random regions... any suggestions and advice is very welcome... thx
 
Level 4
Joined
Jan 25, 2009
Messages
42
well, i tried it with units and the move action... its a temporary solution to the prob, but the number of units exceeds the maps limit and it just moves the segments, not copies them... i tried this: pick all destructibles in (random_region_1) and do action;; create picked destructible at (random_region_2)... doesn't work at all :/ (it does copy over all the destructibles, but they are not in the same order as they were in random_region_1, which renders this useless)
 
Last edited:
Status
Not open for further replies.
Top