Jump to content

Love Zhaoying

Resident
  • Posts

    38,910
  • Joined

  • Last visited

  • Days Won

    190

Everything posted by Love Zhaoying

  1. Back in the day, you could just summon a Linden and they would take care of the miscreant! Bah, humbug!
  2. Do you want us to explain to you how to create a "Pick"? Or is this just an example because you are trying to create a thread for people to ask for help?
  3. I can see why, I don't even know the guy and now I want to give him a wedgie!
  4. Is this at Elba? I heard you were more able before you saw Elba.
  5. I like your first solution at the link: string Truncate (float num) { integer NewNum = (integer)(num *100.0); return ((string)(NewNum/100)) + "." + (string)(NewNum%100)); }
  6. D'oh! I see now, of COURSE you have to strip the extra digits with string functions. Because LSL.
  7. Sorry, if I was not at work I could test different simple solutions in SL.
  8. Especially cool because it's not asynchronous.
  9. Gee, if you only need 2 digits past decimal, why not do something simple like this: Float Convert2Decimal(float Original) { integer IntValue; float FloatValue; IntValue=(integer)(Original*100); // will preserve 2 past decimal FloatValue=((float)IntValue) / 100.0; // Put the 2 decimal places back return FloatValue; } Maybe I'm dumb, but I like simple things.
  10. "Jake from State Farm"? "..He sounds hideous but has nice khakis!"
  11. It appears that if you delete a texture, it checks if the prim is USING that texture then deletes it AND clears it from the prim. Everything is now somewhat clear to me with that minor bit of understanding.
  12. Ugh! It's like searching for the Meaning of Life. Once you learn that the answer is "42", that doesn't help much.
  13. Reason I suggested it is, I had a similar problem trying to work with inventory-drop textures.
  14. Oops..I meant, get the texture key from a full-perm texture using a SCRIPT. :-) Then if setting the texture with a script by key instead of by name, then the texture should "stick" even after the texture is deleted from inventory?
  15. I need some new reddish/brown lion-mane style long hair for my neko self!
  16. If the texture is full perms, can you then get the key for it and set the texture using the key (if that was somehow better)?
  17. I think it would be cool if you rezzed out some car-crashes and set some buildings afire..that way people know you mean it when you say you need emergency services!
  18. The author would be much more convincing had they written this without using quotation marks.
×
×
  • Create New...