Description
Instantly kills one or more players.
Notes
- Will not kill the Player if the Killer has a damage modification of 0 to the Player.
Snippet
Kill(Event Player, Null);
Properties
Returns: Void
Parameters: Player, Killer
Player
Type: Player | Array (Player), Default: Event Player
The player or players who will be killed.Killer
Type: Player, Default: Null
The player who will receive credit for the kill. A killer of null indicates no player will receive credit.