. . .
Wtf is wrong with you people
PHP Code:
if (created) {
setshape 1,16,16;
}
if (actiondowarp) {
with (getplayer(#p(0))) {
setlevel2 onlinestartlocal.nw,30,30;
}
}
//#CLIENTSIDE
if (playerenters) {
timeout = 1;
}
if (timeout) {
triggeraction x+.5,y+.5,dowarp,#a;
}
You can't trigger something unless it has a shape.