Es.entsetname

From EventScripts Community Encyclopedia
You cannot use this command with build 224 (ES 2.0) since there are problems in Python with it!


This article is a stub. Please help by adding to it.



Method: entsetname

Module: es
Class: (no class)
EventScripts version: 2.0

Method Overview

Table of Contents

Contents


Description

Names an entity that the specified userid is looking at. (Doesn't change player name) This is the Python equivalent of: http://www.eventscripts.com/pages/es_entsetname

Arguments

  • userid - Userid of player looking at the entity you want named
  • name - Name that you want to give the entity


Examples


Notes

You cannot use this command with build 224 (EventScripts 2.0) since there are problems in Python with it. You have to use old ESS cmd call. Example:

es.server.cmd('es_xentsetname %i %s' % (<userid variable>, <name variable>))

See Also

blog comments powered by Disqus