Thread: RC Update
View Single Post
  #6  
Old 02-10-2005, 03:35 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
I don't think the RC window is actually destroyed when you close it, so you can actually just do:

NPC Code:
function onKeyPressed(scancode, asciival) {
if(asciival == "r") {
if(!RemoteControl_Window.visible) {
RemoteControl_Window.show();
}
}
}



That way, the RC Chat won't be cleared, so you will still get the messages that were recieved while the window was hidden
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote