• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

How can I copy/paste triggers?

Status
Not open for further replies.
Open your testmap and copy your trigger / trigger folder.
Open your other map (without closing the editor!) and use paste.
 
Or convert the triggers into JASS, copy the codes of each trigger into a text-making application, MS Word, Notepad, etc. and open the other map and create a JASS trigger and paste the code in the right trigger or:
File -> Export all Trigger data -> Save it to a path. Open your new map and:
File -> Import all Trigger data -> Click Yes.
The "File -> Export all Trigger data ->" and "File -> Import all Trigger data ->" can only be found in the trigger window module.
 
You can also copy&paste single triggers.
The only important thing is that you don't close the editor.
 
Status
Not open for further replies.
Back
Top