set up the editor

Status
Not open for further replies.
Level 2
Joined
Dec 31, 2010
Messages
10
Hi is there some mods for the editor that makes the coding(I will use jass) easier .And any startup tutorial for the new things in reforget .I see somewhere i can use lua .So what are the suggestions witch is more flexable .Any beginning tips will be welcome .(before i in old wc3 i make some maps with jass have some basic knowage ).
 
Go to Scenario/Map Options/Script Language to choose your desired scripting language (jass/lua). You can only use one or the other so pick wisely. I recommend Lua but you may want to look into it some more.

For coding, don't use the Editor. Write your code in something like Visual Studio Code and transfer that to the map.

Lua:
Jass:


Here's some information regarding new additions.
Custom UI:
Modifying Ability fields (and other Object Editor data fields) via triggers:
Skins:
 
Last edited:
Status
Not open for further replies.
Back
Top