PWAD8Statusbar Fullscreen, FullscreenOffsets { // Check if we're a spectator. IfSpectator { DrawString "Smallfont", Red, "You are a spectator", 160, 100, 0, Alignment(Center); // If we're a dead spectator. IfSpectator Dead { DrawString "Smallfont", DarkRed, "(dead spectator)", 160, 130, 0, Alignment(Center); } // If we're a true spectator. IfSpectator Not Dead { DrawString "Smallfont", DarkRed, "(true spectator)", 160, 130, 0, Alignment(Center); } } // Otherwise, we're a live player. IfSpectator Not { DrawString "Smallfont", Green, "You are a live player", 160, 100, 0, Alignment(Center); DrawImage "MEDIA0", 20, -2, CenterBottom; DrawNumber 2147483647, HUDFONT_DOOM, Untranslated, Health, DrawShadow, 82, -20; DrawImage ArmorIcon, 20, -24, CenterBottom; DrawNumber 2147483647, HUDFONT_DOOM, Untranslated, Armor, DrawShadow, WhenNotZero, 82, -39; DrawImage AmmoIcon1, -14, -4, CenterBottom; DrawNumber 2147483647, HUDFONT_DOOM, Untranslated, Ammo1, DrawShadow, -25, -20; } } ,SBARINFO