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

vJass lessons

Status
Not open for further replies.
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.
 
Last edited:
Status
Not open for further replies.
Top