Jump to content

Prim position vector as floating text?


Tighern McDonnell
 Share

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

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

Recommended Posts

Sure.  The syntax for floating text is

llSetText( TEXT, COLOR, ALPHA);   Where TEXT is any string, COLOR is the vector describing the color of the text, and ALPHA is a floating point variable defining transparency.

So TEXT can be anything, including (string) llGetPos(), as in .....

llSetText((string)llGetPos(),<1.0,1.0,1.0>,1.0);

Put that in the on_rez event of the script that you put into your box so that it sets the floating text as the box is created.

Link to comment
Share on other sites

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