View Single Post
  #3  
Old 05-10-2006, 12:39 AM
Prozac Prozac is offline
one of the good guys
Prozac's Avatar
Join Date: Jan 2006
Posts: 245
Prozac is on a distinguished road
Send a message via AIM to Prozac
the actual npc was 400 lines of code ... but anyways
the window was activated and closed by a keypressed (detect keycode) query.
even by closing the window with the red X in the upper right corner it still caused the client.variable to not be readable until you reconnected to the server with the gui window having the destroyonhide=true in there.
all i did was make it destroyonhide=false and that fixed it.
it's just odd that a window property would cause a client.variable read error and not report it as an error. it just quietly ignores you.
Reply With Quote