Jump to content

Nia Mirabella

Resident
  • Posts

    11
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi I need a priority 4 writing animation where the other arm is resting on the desk. The anim for writing would be on the right hand and would be smooth. It does not need to be sitting as It's going inside a writing utensil and not in a desk so the user may activate it upon sitting in any type of desk. It also needs to be full perms. Please IM me your prices for this and thank you in advance!
  2. One of the regulars here was nice enough to cook up this script for me but unfortunately only 'I' can turn the light in the prim on and off. Can someone please show me or add on to this script where I would put owner activate instead of creator activate, or whatever the term is? Thank you! default { state_entry() { llListen(0,"",llGetOwner(),""); } listen(integer chan, string name, key id, string mes) { if (mes=="on") llSetPrimitiveParams([PRIM_GLOW, ALL_SIDES, 0.2]); else if (mes=="off") llSetPrimitiveParams([PRIM_GLOW, ALL_SIDES, 0]); } }
  3. Simple script that goes in an object that you wear. You say on, the light glows on. You say off, the light goes off. No clickign or anything involved, just in chat. The light must be constant until you write 'off' or the equivalent in chat. Please IM me inworld with your prices for this. :)
  4. Hi everyone! I'm trying to find a glow script to put in an object you wear, and will turn on and off by saying either on or off. The glow would need to be constant...can anyone help me? Thanks in advance!
  5. I just made an epic writing utensil with my first animation but the writing utensil will not go through the table when I wear it (the animation is in the untensil, not the chair) but when a larger av does, the utensil will go through the table. Is this unavoidable or is there a script I can use to where they can click the utensil and adjust their angle or something?
  6. Thanks, everyone! And would anybody know where to get the scripts I'd need? Thanks in advance.
  7. That's a really good idea! If I were to make the duck a non-solid item (the word is escaping me at the moment) that shoud ensure the duck takes the place of the avatar as far as completely enveloping it instead of outside the avatar, correct? Also, is it possible for this all to be contained in one prim? The duck itself, the text emote, the deform?
  8. Hi everyone! I've been building things off and on in SL for about 2 years now, but still quite limited in my skills. There is something I want to create but I don't know if it's possible. Here is what it is. You wear it, it's one item you attach to yourself. It'll deform your avatar and your entire avatar will be consumed by a giant duck-like thing (prim? Sculptie?) So basically you wont see the avatar, you'll see the duck. It'll be timed, so after like 30 seconds, your avatar is un-deformed, the duck disappears, and you are left with a single prim on your person. Oh, and also it would include text emoting through this entire ordeal. So, is this possible? Please help me out, and thanks in advance!
×
×
  • Create New...