Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Floating Text?

Slippi Fairplay
Registered User
Join date: 10 Aug 2004
Posts: 11
08-29-2005 09:20
Can anyone give me a floating text script?
Gattz Gilman
Banned from RealLife :/
Join date: 29 Feb 2004
Posts: 316
08-29-2005 09:27
all there is to floating text is:

CODE
llSetText("ENTER YOUR TEXT HERE",vector color,float alpha);


the "vector color" is a vector value for color( <1,1,1> for white, or <0,0,0> for black), and float alpha is a float value for the alpha (how visible it is), 1 being visible.

Just put that line in the state_entry and you should have your floating text :)
_____________________