radeusgd / mmotest

HTML5/JS + Node.JS simple multiplayer game server and client with elements of rpg, procedural etc. experimentation
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Custom event messages #13

Open radeusgd opened 9 years ago

radeusgd commented 9 years ago

Script API can register to listen for custom messages with given ID. The messages with ID "ID" will be sent as c_ID, as not to collide with main messages.