Thread: RC Commands.
View Single Post
  #16  
Old 07-26-2002, 10:18 PM
jeff335 jeff335 is offline
Registered User
Join Date: Oct 2001
Posts: 605
jeff335 is on a distinguished road
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+;
}

__________________

Quote:
Some people like standing around talking to idiots in the real world, and some don't. Neither choice is inherently better than the other.

-Kaimetsu
Reply With Quote