• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

jass and vjass, whats the diff?

Status
Not open for further replies.
Level 28
Joined
Jan 26, 2007
Messages
4,789
Just to make it perfectly clear: vJass doesn't actually add anything new, everything that can be done in vJass can be done with regular JASS.
This is because Warcraft would otherwise not be able to read it (there are certain projects that do add new stuff, such as RtC, but those require a modified version of Warcraft to play).

vJass just makes those things nice to read and write. It's there to make your life easier.
Because of the way it handles code, it's been a massive help to everyone willing to use JASS. You can easily add and use libraries, change spells/systems and much more.
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
Just to make it perfectly clear: vJass doesn't actually add anything new, everything that can be done in vJass can be done with regular JASS.
This is because Warcraft would otherwise not be able to read it (there are certain projects that do add new stuff, such as RtC, but those require a modified version of Warcraft to play).

vJass just makes those things nice to read and write. It's there to make your life easier.
Because of the way it handles code, it's been a massive help to everyone willing to use JASS. You can easily add and use libraries, change spells/systems and much more.

false. you cannot create globals in JASS without using the variable editor
 
Status
Not open for further replies.
Top