View Single Post
  #10  
Old 08-16-2001, 11:13 AM
Lyndzey8000 Lyndzey8000 is offline
Registered User
Join Date: Mar 2001
Posts: 372
Lyndzey8000 is on a distinguished road
Send a message via ICQ to Lyndzey8000 Send a message via AIM to Lyndzey8000
NPC Code:

if(!open){
show;
}
if(strequals(#c,OpenBridge) && strequals(#g,GuildName)){
set open;
}
if(playertouchsme&&!strequals(#g,Guildname)&&open) {
setlevel2 levelname,x,y;
}
if(playertouchsme&&strequals(#g,Guildname)){
setlevel2 levelname,x,y;
}


Could be easier, and I am not sure that will work. I am too tired to think right now.
__________________
This account is used by Psyhcu because I am too lazy to register my own.
Reply With Quote