• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[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