Search results

  1. Y

    Tutorial What happens to JASS

    What happens to JASS? Introduction We all have heard of JASS and what it is. Some of us have even used it and are pretty good at coding with it. This tutorial will explain what happens to the JASS code that you write in WE and how you might take advantage of this "what happens behind...
  2. Y

    Simple Frustrating errors

    Hi I wrote a JASS script for the first time and it's giving me 30 errors. =( (When it has 51 lines -_-) Plz help. // JASS - Spell File // Dreadlord Ability JASS triggers function EnemyUnits takes nothing returns boolean // Callback function that filters out // units that are owners...
  3. Y

    Modifying tooltips through triggers?

    I know in maps like DotA, the active hero abilities all display the cooldown for the spell. In DotA 6.38, it didn't have this but in 6.43b, every spell does display the cooldown for that spell in the tooltip... I'm pretty sure Icefrog didn't go through every spell and manually edit the...
  4. Y

    polar projection clarifying....

    The polar projection BJ function used for like knockback effects? It takes 2 parameters, right? What do the 2 parameters mean? And what does it do? function KnockBack SetUnitLocation(somethinglikethat)(Unit, PolarProjectionBJ() so, it returns what? I'm sorry if I'm not clear enough...
Top