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;
???