Est KillSet

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

Contents

Description

Sets the players kill count

Parameters

  • identifier - See Est_PlayerSelection for player selection help
  • value - Number of kills to set

Example


event player_activate
{
  // Everybody with "rand" in there name gets their kills set to 0
  est_KillSet rand 0
  // Change a certain user's kills to 5
  es est_KillSet event_var(userid) 5
}

Notes

  • None

See Also

blog comments powered by Disqus