Yeah, I got it. I wasn't sure about subtracting from screenwidht/screenheight cause different size screens might make the text appear in wierd places, so I just used this code:
NPC Code:
if (playerenters) {
showimg 200,@copperplate gothic@@Blacksmith/Synthesist,screenwidth/40,screenheight/45;
changeimgvis 200,4;
}
I didn't feel like using colours cause I'm not sure whether they're for p2p or non-p2p, and it's for a non-p2p PW. Anyway, thanks for all your help everyone.