
12-14-2005, 06:18 AM
|
|
Scripter
|
 |
Join Date: May 2003
Location: NYC
Posts: 553
|
|
Quote:
|
Originally Posted by Kronan
Um.. shouldn't
NPC Code:
showimg 1,@Arial@b@#s(this.lastletter),sx,sy;
be
NPC Code:
showtext(1,sx,sy,"Arial","b",#s(this.lastletter));
But in the GS1 form, i'm not exactly sure how it works in GS1, but I'm not sure if showimg will also show text? :/
|
NPC Code:
showimg index,@font@style@text,x,y;
works the same as
NPC Code:
showtext index,x,y,font,style,text;
|
__________________
|
|
|
|