Issue
Scripts should be able to call Script.broadcast(topic: string, data: string) as a general way to broadcast a post message to all scripts listening specifically to the given script.
As a special case, scripts in the same room that listens to any script posts, will also receive a broadcast.
Issue
Scripts should be able to call
Script.broadcast(topic: string, data: string)as a general way to broadcast a post message to all scripts listening specifically to the given script.As a special case, scripts in the same room that listens to any script posts, will also receive a broadcast.