Est Name

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

Contents

Description

  • Sets the players name
  • Forces player name

Parameters

Example


event round_start
{
  // Change the name of "Mulo" to "Maxx"
  es est_name Mulo Maxx
}

Notes

  • Doesn't seem to work on BOTS

See Also

blog comments powered by Disqus