Est DeathSet

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

Contents

Description

Sets the players death count

Parameters

Example


event player_activate
{
  // Everybody in the ct's team gets 100 deaths in the scoreboard
  est_DeathSet #c 100
  // Change a certain user's deaths to 0
  es est_DeathSet event_var(userid) 0
}

Notes

  • None

See Also

blog comments powered by Disqus