i was testing a script earlier and i dont know why it wont work, here is the code
NPC Code:
if (playerenters) {
if (playerscount > 0) {
this.level+=1;
triggeraction 0,0,serverside,warp,level_#v(this.level),30,30;
}
}
all its supposed to do is check for other players, if they exist, warp them away to the next avalible level, however this solution to my other problem (showani in classes) isnt working either.