NPC Code:
if (created) {
timeout=.05;
}
if (timeout) {
timeout=.05;
setstring message2,This is NOT a Test;
showimg 2,@@b@#s(client.message2),screenwidth-strlen(#s(message2))*8,screenheight-21;
changeimgvis 2,4;
}
I have bolded what you forgot in your script.
though I do suggest using text width instead of strlen()*8 seeing as how textwidth is MUCH more accurate.
---Kain Morbid