View Single Post
  #1  
Old 12-28-2001, 03:56 AM
LordMatt LordMatt is offline
V Avatar
LordMatt's Avatar
Join Date: Jun 2001
Location: Texas
Posts: 954
LordMatt is on a distinguished road
Send a message via AIM to LordMatt
noplayerkilling icon and ghost icon?

Is there a way to include them in your custom status bar? Something like
NPC Code:
if (this.mpdisplay>0) {
showimg 5,z_mpbar.gif,this.pos[0]+36,this.pos[1]+77;
changeimgpart 5,0,0,this.mpdisplay,11;
changeimgvis 5,4;
} else
hideimg 5;


like that only the ghost icon and noplayerkilling icon and they come on when they detect no playerkilling or a ghost in the level
__________________
-Matt
Reply With Quote