Est KillAdd

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

Contents

Description

Adds to the players kill count

Parameters

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

Example


event player_activate
{
  // Everybody with "cool" in there name gets 25 kills added to their score
  est_KillAdd cool 25
  // add 4 kills to a certain player
  es est_KillAdd event_var(userid) 4
}

Notes

  • None

See Also

blog comments powered by Disqus