Advertisement
Madi_Perth

Untitled

Apr 16th, 2025
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. list playingAnimations;
  2.  
  3. default
  4. {
  5.  
  6.    
  7.     link_message(integer source, integer num, string str, key id)
  8.     {
  9.        /* llOwnerSay("source: " + (string) source +
  10.         " num: " + (string) num +
  11.         " str: " + str +
  12.         " key: " + (string) id);
  13.         */
  14.         if (str == "START_ANIM")
  15.         {
  16.             llOwnerSay("Now Playing " + (string)id);
  17.         }
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement