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

local variable

  1. qemorak

    [JASS] [Solved] Is nulling local variables necessary even if you only announced it?

    I'm trying to make a dummy unit (to make it use thunder clap) when dash skill is finished. So i announced local unit u in the timer-looping function, but it is only used when the loop is finished. (set u = CreateUnit~) In this case, should I put "set u = null" inside the [if then] before...
  2. bruunk

    New to local variables, need help with points in MUI loop

    Hi, I'm really struggling with this. I've tried quite a few ways of doing it and I'm sure that this is one of the best ways that I can accomplish (I don't know jass) but I can't for the life of me understand what is going wrong. Here is the trigger: FrozenMaw Copy Events Unit - A...
Top