• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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