Heh, good plan. As for the showimg thing... To make it always show you'd need something like:
NPC Code:
if(playerenters){
showimg 201,filename,x,y;
changeimgpart 201,x,y,screenwidth/2,screenheight/2;
}
Something like that. I dont have any images to do something like that with though. That and I'm busy doing work on my PW.
Try playing around with it a bit.