• 🏆 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!

jass

  1. fruitsandice

    [Solved] How to set up my a custom math in JASS?

    (Before I jump into this issue, let me talk to some my Personality Issue to you who read this thread. Unfortunately, I'm Non-English person and my English grammar looks like may be terrible. So please excuse my ridiculously sentence.) Hi. As you can see I genuinely using 'Slopes' and...
  2. fruitsandice

    [JASS] Message Issue (basic)

    function Msg takes string s returns nothing call DisplayTextToForce( GetPlayersAll(), s ) endfunction function ShowMessage takes nothing returns nothing call Msg("This is a message!") endfunction function ShowSum takes integer a, integer b returns nothing local integer r=a+b call Msg("r=...
  3. DeMoN100

    Looking for Trigger / JASS AI Scripters

    Looking to create a RP map like all the other successes. I am currently at this moment terraining the map and writing a unique storyline with a whole custom lore. I will update post with screenshots soon and need someone who is familiar with writing triggers and scripting commands and animations...
  4. Ruke

    vrJASS

    vrJASS Language What is vrJASS? A just-for-fun programming language which compiles down to JASS (Warcraft 3). It aims to improve and replace the beloved vJASS. What? x2 An update to vJASS which tries to solve its flaws. I want to try it! - I need a manual...
  5. moyackx

    How to make a Campaign AI

  6. Bribe

    [GUI] Advanced Triggering Tips

    [GUI]*Advanced Triggering Tips Advanced Triggering Tips Why I am writing this I see lots of GUI scripts which make the same mistakes again and again, whether it be by leaks or by adding work to the list that doesn't need to be added. Hopeful goals I hope GUI users will learn to pay better...
  7. Zacuge

    Looking for a JASS editor!

    I can't seem to find a jass editor anywhere online. I was wondering if anyone can help me out by directing me to an editor and possibly a tutorial.
  8. ModelerHv

    Hello

    :grin::grin::grin::grin::grin::grin::grin::grin::grin::grin::grin::grin::grin::grin::grin: Tnx HiveWork for leting me in :grin::grin::grin::grin::grin::grin::grin::grin::grin::grin::grin::grin::grin::grin::grin:
  9. Hordeon

    How to: Test map correctly

    Testing the map is very important. First you must fix all leaks (No leaks , good game). The second rule is: The Path... The pach must be placed correctly. The third testing rule is: The Coding of Colors. The collor code is very important.You can't write color code like this: OR And...
  10. DawnOfMe

    Im New

    Im new and i need help learning jass asap lol :D
  11. Kamikazzee

    What does the colored text in JASSNewGen mean?

    This is more of a curiosity than a true problem. I'm wondering what it means when a function is colored purple or red in Jass NewGen, even though they basically do the same thing. For example: GroupAddUnit - Purple GroupAddUnitSimple - Red What does this difference mean? Is red less...
  12. MeEsA

    What is JASS?

    can some one help me and tell me what JASS is and how to use it its always used in maps for ability
Top