Guest User

Untitled

a guest
Sep 15th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  listen(integer canal, string nom, key id, string mes)
  2.     {
  3.         if(canal == canalEcoute)
  4.         {
  5.              llWhisper(0, mes);
  6.         }
  7.         else if(canal == canalDialog && mes == "Alerter" && llSameGroup(toucher))
  8.             {
  9.                  llTextBox(toucher, introTextbox, canalDialog);
  10.             }
  11.         else if(llSameGroup(toucher))
  12.             {
  13.             message = mes;
  14.         llRegionSay(canalEnvoi, message);
  15.         llSay(0,message);
  16.         llPlaySound("23d070d6-7023-a8f9-c5a6-537870da78cf", 1.0);
  17.             }
  18.     }
Add Comment
Please, Sign In to add comment