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

leaking variables

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

    [Solved] lag on "Exit program"

    hey there, The map I'm working on recently developed a strange and unpleasant habit - whenever I exit the map it lags for 10 - 20 seconds before exiting. I can't figure out what caused it, but assume this is a bad sign and shouldn't be ignored. I thought it was because of new triggers I had...
Top