Search results

  1. Fearoth

    Callbacks in Loops

    Is it possible, if so is it safe to use callbacks inside loops where the loop keeps owerwriting the group which is used by the callback? Like; function A2 takes nothing returns nothing local unit a = GetEnumUnit() local player b = GetOwningPlayer(a) if GetUnitTypeId(a)=='h005' then...
  2. Fearoth

    Can't find the problem :(

    This trigger passes JassCraft's syntax check but can't pass World Editor's. Can anyone help me find the problem? (What i'm trying to do is to set level of 'A00Y' to the hero's intelligence/2 which can't be over 100) function condition1 takes nothing returns boolean return...
  3. Fearoth

    Problem with an ability

    What im trying to do with this trigger is to create a dummy unit, and move it towards a direction until a defined distance is traveled. Nothing seems wrong when i do syntax check. But the problem is that the game crashes when i use this ability. :( Need some help finding the thing that causes...
  4. Fearoth

    Need some help here

    Hello. I'm familiar with GUI side of map editing, tho i was always interested in JASS too. God bless those that spend time answering to questions, and those that make guides for the likes of me. Thank you. Coming back to the topic, i have a code here which i made using the knowledge i...
Top