Thread: Sword display
View Single Post
  #5  
Old 10-15-2005, 07:23 PM
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
Hmm let's see, you want to show the image of the sword for a GUI...I wonder...
The filename of the sword the player is currently using is #1
And I want to show the sword image...hmm
showimg index,#1,x,y;
maybe?
But I don't want to show the entire image, just part of it...so i guess i would
use changeimgpart index,x,y,width,height;
__________________
Reply With Quote