Thread: RC Update
View Single Post
  #4  
Old 02-09-2005, 06:23 AM
Alexander Alexander is offline
Registered User
Join Date: Apr 2003
Location: California
Posts: 246
Alexander is on a distinguished road
Send a message via AIM to Alexander
NPC Code:

function onWeaponfired() {
this.RC_Created=1-this.RC_Created;
if (this.RC_Created == 1) {
RemoteControl_Backround.show();
rcoptions.loadvars("rcoptions.txt");
createVars();
createBackround();
} else RemoteControl_Backround.hide();
}



I agree, anyone with NC can create such additions, like line count for NC xD
Reply With Quote