here is a good example...
NPC Code:
triggeraction 1,1,warp,;
then put this coding in npc #2
NPC Code:
if (created)
setshape 1,32,32;
if (actionwarp)
setlevel2 frolic_falldown_beg.graal,34,30;
make sure this npc is at the x and y of 0,0
and make sure the picture is like bigger then 16*16 pixels (I recommand like 32*32 pixels)
oh yea make sure you dont hide it also otherwise it wont work