Es.centertell

From EventScripts Community Encyclopedia
This article is a stub. Please help by adding to it.



Method: centertell

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

Method Overview

Table of Contents

Contents


Description

Broadcasts a centered HUD message ONLY to specified user. This is the Python equivalent of: http://www.eventscripts.com/pages/es_centertell

Arguments

  • userid - Userid of the player to display the centered message to.
  • message - text message you'd like displayed in the center of player's screen. (Short length limit)


Examples

De_aztec0000.jpg

def player_spawn(event_var):
    es.centertell(event_var["userid"],"Fight!")

Notes

Will display the message privately to the userid. Global messages should use es.centermsg.


See Also

blog comments powered by Disqus