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

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