[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