• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[General] Hashtables and JNGP

Status
Not open for further replies.
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.
 
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.
Back
Top