Est DeathAdd

From EventScripts Community Encyclopedia
Syntax: est_DeathAdd <identifier> <value>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Contents

Description

Adds to player death count

Parameters

  • identifier - See Est_PlayerSelection for player selection help
  • value - Number of deaths to add

Example


event player_activate
{
  // Everybody gets 20 deaths added on in the scoreboard
  est_DeathAdd #a 20
  // Give 5 deaths to a certain player
  es est_DeathAdd event_var(userid) 5
}

Notes

  • None

See Also

blog comments powered by Disqus