Thread: screen size
View Single Post
  #6  
Old 11-09-2001, 12:42 PM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
Welcome ^_^ People normally use screenwidth and screenheight to place custom status bars on screen. Like:
NPC Code:

if (timeout) {
showimg 1000,myhpbar.gif,screenwidth*0.85,screenheight*0.1 ;
changeimgpart 1000,0,0,int(playerhearts/playerfullhearts),10;
timeout=0.05;
}

__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote