|
Milli Santos
La Princesse
Join date: 12 Oct 2006
Posts: 112
|
09-09-2007 03:38
Is it possible to have floating text above an object that is grabbed from the name of something held inside? ie Is there a string that takes the name of an animation held inside a sphere and displays it above the poseball without having to actually type it in manually (string TITLE="" 
|
|
Jesse Barnett
500,000 scoville units
Join date: 21 May 2006
Posts: 4,160
|
09-09-2007 06:34
string inv = llGetInventoryName(INVENTORY_ANIMATION, 0);
_____________________
I (who is a she not a he) reserve the right to exercise selective comprehension of the OP's question at anytime. From: someone I am still around, just no longer here. See you across the aisle. Hope LL burns in hell for archiving this forum
|
|
Lyn Mimistrobell
(waiting)
Join date: 11 Jan 2007
Posts: 179
|
09-10-2007 04:05
llSetText(llGetInventoryName(INVENTORY_ANIMATION, 0), <1.0, 1.0, 1.0>, 1.0);
|