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