Other great resources: Official JS API docs, Scripting Forum

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

Send an in-game message to a specific player, your alliance or everyone.

This function was added in Warzone 3.2.

Syntax

chat(to,message);

 

 

chat(target player, message)

Send a message to target player. Target may also be ALL_PLAYERS or ALLIES. (3.2+ only)

* chat(target, message), for sending chat messages. chat may be ALL_PLAYERS or ALLIES or a specific player number

see also: eventChat()

  • No labels