be46ea3f-398d-7f9d-089e-6bdf2b2c48c1_script.lsl 561 B

123456789101112131415161718192021
  1. //
  2. // The line above should be left blank to avoid script errors in OpenSim.
  3. default
  4. {
  5. touch_start( integer total_number)
  6. {
  7. if (llDetectedKey(0)!=llGetOwner())return;
  8. llTriggerSound("SND_INTERFACE_BEEP", 1);
  9. llGiveInventory(llGetOwner(), "Avatar Classroom Scoreboard Admin HUD");
  10. }
  11. }
  12. // Please leave the following line intact to show where the script lives in Git:
  13. // SLOODLE LSL Script Git Location: mod/scoreboard-1.0/objects/default/assets/sloodle_get_hud_button.lslp