Description
Whether the specified player has the specified status, either from the set status action or from a non-scripted game mechanic.
Snippet
Has Status(Event Player, Hacked);
Properties
Returns: Boolean
Parameters: Player, Status
Player
Type: Player, Default: Event Player
The player whose status to check.Status
Type: Status, Default: Hacked
The status to check for.