Thread: typing script
View Single Post
  #27  
Old 12-14-2005, 06:18 AM
ZeLpH_MyStiK ZeLpH_MyStiK is offline
Scripter
ZeLpH_MyStiK's Avatar
Join Date: May 2003
Location: NYC
Posts: 553
ZeLpH_MyStiK is on a distinguished road
Send a message via MSN to ZeLpH_MyStiK Send a message via Yahoo to ZeLpH_MyStiK
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;

__________________
Reply With Quote