Jump to content

Dialog not working once deeded (Solved)


Parasite Palen
 Share

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

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

Recommended Posts

Making a media controller and I don't get why this is happening, I'm sure I've done this before with no problems for a radio, but here goes anyway.

Using the multipage dialog script from the wiki here:

 

Once deeded, the menu doesn't work at all. In case it was the rest of my script I used only the above, with a "You chose "+msg command in the "else".

I tried using if(llDetectedGroup(0) ) with no joy.

So what's going on here and how do I make it work?

 

Thanks in advance.

Edited by Parasite Palen
Solved because I'm an idiot
Link to comment
Share on other sites

No, you shouldn't expect to hear the dialogs.  After all, they are all addressed to llGetOwner().  As soon as you deed the object to a group, you are no longer the owner.  The group is, but a group isn't a person or an object, so it can't receive messages.  If you want the dialogs to work, replace llGetOwner() with the UUID of someone who can hear, like yourself or the person who touched the thing.

Edited by Rolig Loon
  • Like 2
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1653 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...