Initial Upload
This commit is contained in:
17
SoundBoardAndSpeaker/ButtonControl.lsl
Normal file
17
SoundBoardAndSpeaker/ButtonControl.lsl
Normal file
@ -0,0 +1,17 @@
|
||||
integer button_listen_chan = 1347453635;
|
||||
string button_name = "button_01";
|
||||
|
||||
default
|
||||
{
|
||||
state_entry() {
|
||||
}
|
||||
|
||||
on_rez(integer start_param) {
|
||||
llResetScript();
|
||||
}
|
||||
|
||||
touch_end(integer total_number)
|
||||
{
|
||||
llSay(button_listen_chan, button_name);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user