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

Import Triggers {transfer from one map to another}?

Status
Not open for further replies.
Level 26
Joined
Mar 19, 2008
Messages
3,140
First of all it depends if trigger is GUI or Jass/vJass.

Make sure you have field 'Automaticaly create unknown variables when pasting trigger data' checked on. To do this go: File -> Preferences -> check field mentioned in previous sentence from list of options.

If its Jass/vJass you need usually to use JNPG first, in order to open given map/import trigger and to be able to customize spell later.

Importing triggers.
In most cases, simply cope + paste trigger into your map. If you've done operation with creating unknown variables, they will be created automaticaly so you can already enjoy your sepll. vJass spells do not use global variables from variable editor at all, but ofen require instaling (copy + paste..) other systems before you can import your spell.

Feel free to post your trigger here, if you still have problems with importing it.
 
Status
Not open for further replies.
Top