Es.centertell
From EventScripts Community Encyclopedia
[edit] Method: centertellModule: es [edit] Method Overview[edit] Table of Contents
[edit] DescriptionBroadcasts a centered HUD message ONLY to specified user. This is the Python equivalent of: http://www.eventscripts.com/pages/es_centertell [edit] Arguments
[edit] Examples
def player_spawn(event_var): es.centertell(event_var["userid"],"Fight!") [edit] NotesWill display the message privately to the userid. Global messages should use es.centermsg.
[edit] See Also |
|
