SetMugShotState

From ZDoom Wiki
Jump to: navigation, search

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");
}
Personal tools
Namespaces

Variants
Actions
Navigation
ACS
DECORATE
ZDoom mods
Toolbox