Jump to content

Color Change on Pay Script?


Cami Dorchester
 Share

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

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

Recommended Posts

There are several possibilitites, but maybe the easiest is to do it in your changed event.

 

if(change&CHANGED_OWNER){    gOwner = llGetOwner(); // gOwner is a global string variable    string OwnerName = llKey2Name(gOwner);    llSetText("My owner is " + OwnerName, <llFrand(1.0),llFrand(1.0),llFrand(1.0)>,1.0);}

 

 

Link to comment
Share on other sites

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