View Single Post
  #1  
Old 01-14-2002, 11:39 PM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Warping with NPC server...

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?
__________________
Reply With Quote