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

How can I copy/paste triggers?

Status
Not open for further replies.
Level 7
Joined
Jul 18, 2009
Messages
272
Open your testmap and copy your trigger / trigger folder.
Open your other map (without closing the editor!) and use paste.
 
Level 9
Joined
Oct 11, 2009
Messages
477
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.
 
Level 7
Joined
Jul 18, 2009
Messages
272
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.
Top