so this is all i need?
NPC Code:
if (actionleftmouse && mousex>x-.1 && mousex<x+2 && mousey>y-.1&&mousey<y+3){
setgender male;
sethead head.png;
setbody body.png;
enabledefmovement;
hideplayer .05;
setlevel2 begin_darkrival2.nw,31,31;
}
because that didn't work X_X