Other great resources: Official JS API docs, Scripting Forum
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 13 Current »
chat(to, message);
Number,
Constant
Who should the message be sent to?
When you send a chat message to another player, it will echo the message to your own eventChat().
chat(ALLIES, "Hello friends");
// remember that players are zero-referenced, so player #1 = 0, player #2 = 1, etc. chat(1, "Hello player 2");
Requires:
Jump to:
Related API features:
Add-on APIs: