Update - Game.notify
-
Says 1000 characters, but it's actually 500.
http://docs.screeps.com/api/#Game.notify
Test code:
var str = ''; for(var x = 0; x < 1000; x++){str += x%10;} Game.notify(str);
Oh I guess it's been reported before:
http://screeps.com/forum/topic/762/Game-notify-message-length
-
Pull request made - https://github.com/screeps/docs/pull/51