View Single Post
  #22  
Old 06-30-2003, 03:12 AM
KainM0rbid KainM0rbid is offline
Registered User
Join Date: Jun 2003
Location: Centreville, VA. U.S.A.
Posts: 4
KainM0rbid is on a distinguished road
Send a message via AIM to KainM0rbid
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
__________________
"...and God said let there be Graal,
and there was Graal."
~Me
Reply With Quote