Thread: RC Update
View Single Post
  #5  
Old 02-09-2005, 12:30 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
There is no need to flame him; he was only trying to help people.

This modification might help to reduce the chance that the RC window is cleared:
NPC Code:
function onKeyPressed() {
if (RemoteControl_Window.visible == false) {
if(params[1] == "r") {
rcoptions.loadvars("rcoptions.txt");
createVars();
createBackround();
}
}
}

__________________
Skyld
Reply With Quote