I'm having trouble making a script that, after a certain amount of time (seconds) it warps you to a level.
NPC Code:
//#CLIENTSIDE
if (playerenters||created) {
timeout = 1;
}
if (timeout) {
this.warp==1;
}
if (this.warp==1) {
setlevel2 onlinestartlocal.nw,30,30;
}