Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- list playingAnimations;
- default
- {
- link_message(integer source, integer num, string str, key id)
- {
- /* llOwnerSay("source: " + (string) source +
- " num: " + (string) num +
- " str: " + str +
- " key: " + (string) id);
- */
- if (str == "START_ANIM")
- {
- llOwnerSay("Now Playing " + (string)id);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement