ok...I am sure it's been gone over before but how do I use an NPC to warp a player?
I have done
NPC Code:
triggeraction 0,0,warp,olsl.nw,30,30;
in one NPC...and in the control-NPC I have
NPC Code:
if (actionwarp) {
with (getplayer(#a)) {
setlevel2 #p(0),#p(1),#p(2);
}
}
What am I doing wrong?