Jump to content

Adding AVSitter Linked Messages


Cole Dallas
 Share

You are about to reply to a thread that has been inactive for 321 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

I have an API that will add buttons for a linkset to a menu system.  For one of those buttons, I am trying to create a button that will pull up the AVSitter menu.  (the item is already equipped with AVSitter in a child prim.  It works, but the point of this is to integrate the AVSitter menu (or at least access it) in the menu for the parent item).  My question is this.  I have found on the AVSitter website the linked message for giving a menu 

llMessageLinked(LINK_SET, 90005, "", <avatar_uuid>);

I have added that line into the API script, but I get a syntax error.  Admittedly, I am not a scripter and I am sure it shows with how I am describing this.  Just curious if there is anyone that can give me some guidance?

Thanks in advance.

Link to comment
Share on other sites

26 minutes ago, Wulfie Reanimator said:

If your script literally contains the line:

llMessageLinked(LINK_SET, 90005, "", <avatar_uuid>);

Then you will need to replace the <avatar_uuid> part with a variable that actually contains the appropriate avatar UUID. Which variable that is will depend on your script.

Thanks Wulfie

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 321 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...