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

[Import] How to import custom jass. Please help me.

Status
Not open for further replies.
Create a new trigger. Go to Edit -> Convert to Custom Text.
You will see that there is a script now. Hit Ctrl + A to select all of the text and then delete. Go to the Jass script that you need, Ctrl + A again to select the whole script and while selected right click and hit "Copy". Go to the space that you previously deleted and right click "Paste" or Ctrl + V.

There is a possibility that the system you are trying to implement requires variables or other scripts. If it requires variables, there will be directions in the green part of the text, telling you exactly which variables to create and of what type.
 
Status
Not open for further replies.
Top