• 🏆 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] What Basicly is JASS?

Status
Not open for further replies.
Level 11
Joined
Jul 20, 2004
Messages
2,760
JASS are actually triggers (or GUI in other words) in their original form. They are based on JASS and are made to help the users of the WE use them easier. First cool stuff about JASS is that it uses locals. This means that global variables can be turned into local variables => It doesn't matter how many times you call the JASS trigger, the variables never mix up like globals. Another cool stuff is that you can use the loops much more efficiently by giving the stop condition however you want. There are many other advantages but these are the ones I found by now. So it's worth to learn JASS, believe me. I thought exactly like you before I tried it and now I find it more than useful. ;)
 
Status
Not open for further replies.
Top