SetMugShotState
From ZDoom Wiki
void SetMugShotState (str state)
Usage
Used to set the state of the mug shot in SBARINFO status bars. The state you set will only be interrupted by damage or if the player picks up a weapon.
List of Default Mug Shots
Examples
The following example will make the player believe that they are invulnerable or make spectators think he/she is cheating.
script 1 (void)
{
setmugshotstate("God");
}