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!
vJASS is an interface for JASS. It basically makes a coder's life easier by adding features such as libraries, globals, structs, etc. For example, being able to declare globals whenever you want:
JASS:
globals
unit u
endglobals
Is a lovely feature. Before vJASS, we had to use the variable editor (like GUI) which made implementation even harder than GUI.
Note that all vJASS will be converted to JASS through JASSHelper. Therefore, any person can play a map that was coded with vJASS. However, you need JNGP to be able to save a map with vJASS without getting errors.
The best way to learn vJASS is to start off with tutorials. We have a bunch in our JASS Tutorials section.
EDIT: Yeah, you might want to check out Nestharus' video tutorials.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.