—
Question for you, What does this mean in the nodejs console
Some of the lines specify just one broadcast to all players, eg: "Alert" as you can see in the example.
Some of them have multiple broadcasted signals, like the last line.
The issue i'm having is that, the last line for example, should be broadcasting the world "EventDeactivate", but it seems to be truncating the end of it. I tried shortening the broadcast word, but it still seems to drop a letter or two at the end.
Any idea what's going on ? Is it trying to broadcast more then one thing at a time?
Are the commands between each | line a seperate "action#" signal?
thankx