Quote:
Originally posted by Andor_RC14
Ok so I got something like this from what you guys have said:
NPC Code:
// NPC made by Brent
if (created) {
setshape 1,32,32;
this.startx = x;
this.starty = y;
canbecarried;
canwarp2;
}
if (wasthrown) {
putleaps 1,x,y;
hidelocal;
dontblock;
sleep 5;
warpto this.startl,this.startx,this.starty;
showlocal;
blockagain;
}
It is doing everything right on Bravo (with an npcserver) except it wont warp back
|
You need to use some kind of string for the level.
and you never set the level in the npc
[edit].strange....strange...[/edit]