Thread: #l, #f ????
View Single Post
  #7  
Old 04-08-2003, 02:10 AM
Ethic_Sern Ethic_Sern is offline
Banned
Join Date: Aug 2002
Location: NewYork,NY
Posts: 97
Ethic_Sern is on a distinguished road
Send a message via AIM to Ethic_Sern
Quote:
Originally posted by osrs


hmm..timeout? :|
hmmmm NO
PS suggested
if (playerenters){
this.len = strlen(#F);
setstring this.level,#e(this.len-3,this.len,#F);
if (strequals(#s(this.level),.graal)){
graal();
}
if (strequals(#s(this.level),.nw)){
nw();
}
}

function graal(){
}
function nw(){

}
but this dont work
Reply With Quote