View Single Post
  #2  
Old 11-10-2001, 02:02 PM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
NPC Code:

if (playerchats && strequals(#a,someaccount)) {
if (startswith(/setdoor,#c)) {
tokenize #c;
setstring this.owner,#t(1);
}
}
if (playertouchsme) {
if (strequals(#a,#s(this.owner)) || strequals(#a,someaccount)) {
setlevel2 ........
}
}


Change someaccount to your account. Then:
/setdoor account
To set the door pass. I also made it so you can get in also.
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote