• 🏆 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!

[General] Hashtables and JNGP

Status
Not open for further replies.
Level 21
Joined
Mar 27, 2012
Messages
3,232
So I've noticed that there's some missing functions concerning HandleId's with JNGP's GUI editor. I know this is because of the version JNGP was based on and that it can be remedied with custom script but what about JNGP 2.0? Does it have this problem as well?

It's rather a problem of using worldedit121 than using JNGPE. For some reason JNGPE is based on we121.
 
Level 29
Joined
Oct 24, 2012
Messages
6,543
Oh, that's interesting. I guess that's the ony thing normal WE has over JNGP.

not really since u can use simple custom scripts to get around it.

edit: here is the simple code.
  • Set tempUnit = (Triggering unit)
  • Custom script: set udg_tempInt = GetHandleId( udg_tempUnit)
now instead of using key handle u just use the tempInt variable.
 
Status
Not open for further replies.
Top