Jump to content

Only Allow Owner llSetText?


WhyTheGreat
 Share

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

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

Recommended Posts

Hello I am not able to figure out how to make a text above an object that is just visable to the owner of that object. Here is my current attempt

update_floattext()
{
    if(llGetOwner())
    {
            llSetText("Owner Text", <1.0, 1.0, 1.0>, (float)TRUE);   
    }else
    {
        llSetText("Client Text", <1.0, 1.0, 1.0>, (float)TRUE);      
    }
}

This did not work so well for me.

Hopefully someone can help, thanks!

Link to comment
Share on other sites

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