Jump to content

llRequestExperiencePermission() example?


falney Finney
 Share

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

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

Recommended Posts

First up, Hi... I am new to using the experience tools having only acquired access 10 days ago. 

 

I literally only managed to get started experimenting with them ready to start working on our fairly large experience today and have already stumbled into a problem...

 

I wrote this simple script

 

default
{
    state_entry()
    {
        
    }
    
    touch_start(integer n){
        
        if(llAgentInExperience(llDetectedKey(0))){
            llOwnerSay("Derp");
        }else{
            llOwnerSay("Herp");
            llRequestExperiencePermissions(llDetectedKey(0), "");
        }
    }
}

 yet there is no dialog pop up for the permission request and I am stumpped as to why. Here is an image of how I have setup the experience and the script. Feel free to call me an idiot if I have done anything wrong.

 

Thanks. 

experience-uh.png

Link to comment
Share on other sites

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