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 9 Next »
chat(to,message);
Number,
Constant
Who should the message be sent to?
It's not clear from the C++ code (to me at least) what the return values might be
chat(ALLIES,"Hello friends");
// remember that players are zero-referenced, so player #1 = 0, player #2 = 1, etc. chat(1,"Hello player 2");
Requires:
Related API features: