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

[JASS] Local Handle Vars

Status
Not open for further replies.
Level 14
Joined
Nov 18, 2007
Messages
1,084
I think blackgod2315 is trying to use an old Jass spell that uses local handle vars so it probably is his map.

Like Bribe said, local handle vars has been obsolete for a long time because it uses the return bug. However, there are other alternatives with the introduction of GetHandleId and hashtables that make replacing local handle vars easier.
So you'll either have to fix the spell yourself, have someone else fix the spell, or not use the spell at all.
 
Level 4
Joined
Oct 15, 2010
Messages
71
So we use vJass librarys instead of local handle vars?

Also when i edited my map and removed the spell triggers and the local handle vars, it still won't play the map.
 
Status
Not open for further replies.
Top