Jump to content

Setting Names/Titles For Pets?


ChyeWolf
 Share

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

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

Recommended Posts

Does anyone know how to set a Name/Title for a follower pet, so that the text hovers over its head (kind of like an RP titler does your avi)?

I know some pets come with the option to name them, but how can I do that for the ones that don't?

 

Link to comment
Share on other sites

If it is no mod you can't.  Otherwise put this script into the prim that the text should appear over, which is more than likely the head or main body prims.

default{    state_entry()    {       //insert pet name between quotation marks.       llSetText("PET NAME", <1.0, 1.0, 1.0>, 1.0 );      } }//Color is set to white change vectors as shown below for other colors// Red    <1.0, 0.0, 0.0>// Yellow <1.0, 1.0, 1.0>// Green  <0.0, 1.0, 0.0>// Aqua   <0.0, 1.0, 1.0>// Blue   <0.0, 0.0, 1.0>// Magenta <1.0, 0.0, 1.0>//You can vary the colors even more by changing the values for the three vectors.  The max number is 1.0 but you can use fractional numbers such as 0.42.

 

Link to comment
Share on other sites

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