HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

JASS into WE

03-27-2010, 05:01 AM#1
BuRnInSpartan
How do I transfer a JASS script into my WE triggers?
03-27-2010, 08:29 AM#2
Anitarf
You must first convert your trigger to a custom text window; there is an option to do so in one of the trigger editor menus.
03-27-2010, 10:41 AM#3
DioD
he wants JASS > GUI conversion...
03-27-2010, 10:45 AM#4
Kueken
If you want to copy a Jass script into your map, create a new trigger, select it, use Edit -> Convert to Custom Text and replace all the text showing up in the trigger with the desired script.

If you want to convert a Jass script into a Gui trigger... well, thats simply not possible.