View Single Post
  #5  
Old 02-22-2004, 05:50 PM
VeX_RaT_Boy VeX_RaT_Boy is offline
WannaBe Scripter
VeX_RaT_Boy's Avatar
Join Date: Aug 2002
Location: Norway
Posts: 960
VeX_RaT_Boy is on a distinguished road
Send a message via ICQ to VeX_RaT_Boy Send a message via AIM to VeX_RaT_Boy Send a message via Yahoo to VeX_RaT_Boy
Quote:
Originally posted by XiLe
I got it working... I was attempting to make the text fit into a small box. For example, on kingdoms when your experience goes from 5 digits to 6, the text shrinks to fit it. It turns out that my NPC-Server is fussy and I had to take out the comments for some reason, then it worked...
NPC Code:
if (strlen(#s(some.string))>5) changeimgzoom index,0.6;


???
__________________
-Kjetil Valen
Reply With Quote