Basic remote control proof of concept.
[sl-bubble.git] / remote-button.lsl
blobe5bf8f47a012333eb333823c14fb8f3e34b9acd1
1 integer REMOTE_CHANNEL = -1651998600;
3 default
5 touch_start(integer number)
7 llRegionSay(REMOTE_CHANNEL, llGetObjectName());