sloodle_glossary_explainer.lslp 732 B

123456789101112131415161718
  1. //
  2. // The line above should be left blank to avoid script errors in OpenSim.
  3. // NB Not sure what this script is for.
  4. // It was in Fumi's oar, but I couldn't find anything like it in SVN.
  5. // If anybody knows, please delete these comments and replace them with some comments explaining why it's here.
  6. // - Edmund Edgar, 2010-11-27
  7. default
  8. {
  9. state_entry()
  10. {
  11. llSetText("Sloodle MetaGloss: Picture Glossary\nChat \"/def \" then a term to search glossary", <1, 0, 0>, 0.90);
  12. llRemoveInventory(llGetScriptName());
  13. }
  14. }
  15. // Please leave the following line intact to show where the script lives in Git:
  16. // SLOODLE LSL Script Git Location: mod/glossary-1.0/objects/default/assets/sloodle_glossary_explainer.lslp