-
Notifications
You must be signed in to change notification settings - Fork 0
Communication Blocks
SittingFox edited this page Feb 20, 2015
·
1 revision
Certain interactions between orbs can be done with these blocks, allowing communication between spells.

orb.broadcastMessageShort('');
orb.broadcastMessageMedium('');
orb.broadcastMessageFar('');
function onReceivedMessage( orb, message ) {
}
message