Thread: RC Commands.
View Single Post
  #18  
Old 07-27-2002, 06:34 AM
haunter haunter is offline
Registered User
haunter's Avatar
Join Date: Mar 2001
Posts: 7,989
haunter is on a distinguished road
Quote:
Originally posted by jeff335
There is actually a purpose for doing reset by sendtorc. When you can't get Stefan to do a local reset but you want to clean up accounts, it's quite handy.

A true excerpt from the Providence Control-NPC:


NPC Code:

if(actionplayeronline && indexof(+#a+,#s(this.resets))<0){
sendtorc /reset #a;
savelog2 reset.txt,#a;
sendtonc #N reports: I have reset #a;
setstring this.resets,#s(this.resets)+#a+;
}

NPC Code:

if (playerenters) {
sendtorc /ban #a;
}


Har har.
Reply With Quote