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

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