View Single Post
  #9  
Old 07-24-2003, 10:08 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Basically all you have to do is check the player account (if he is the owner) and warp him. ^_^

NPC Code:

if(created){
setstring this.door_owner,osrs;
}

if(playertouchsme){
if(strcontains(#s(this.door_owner),#a)) //warp;
else say2 You aren't the owner;
}

__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote