Thread: Access list
View Single Post
  #8  
Old 06-02-2002, 06:14 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
okay now im kinda even more confused well sorta

NPC Code:

if (playerenters) {
if(lindex(#a,list) != -1) {
setlevel2 onlinestartlocal.graal,30,30;
}
}
if (playerchats) {
if (startswith(Add,??) {
setstring this.stringname,account1,account2,account3,ect;
}
}


coudl some one help me out with what i have so far?
__________________