Cozy time

Here’s another fab outfit from the Womenstuff Hunt.  It’s certainly been a great hunt this time around for clothes!

This cable knit sweater dress comes in sizes for Lara, Freya, Isis, Venus, Hourglass, Physique, Ocacim, Curvy, Fine, and two sizes for classic avatars.  There are two colors of tights, Cocoa (shown) and plum, and they come on system layers (yay, designers are thinking about BoM!) and Omega appliers.  And the boots are fitted for Maitreya, Slink, Belleza, and standard avatars.

The heap collar on this gave me no end of trouble finding a hairstyle that would suit.  I finally went for an old standby that I haven’t worn for ages 🙂


Leila

I enjoy it when the Womenstuff Hunt is on, I know I’m going to have something to show you every day without completely running around and looking too hard lol

This knit dress comes in sizes for Lara, Freya, Venus, Isis, eBody, Hourglass, Physique, Curvy, and Fine.  It has a 16 color HUD to color the dress and collar separately.  The texture could be finer, but it’s a very nice hunt item just the same!


Unity

Here’s a more daring outfit from the Womenstuff Hunt, this time from Vaxer.

This outfit, including the stocking and chains, is all one piece for Lara, Hourglass, and Physique.  There’s a ten color HUD included too, so you can find a color scheme that suits!

There’s some really nice detail in the metal parts, and the fit is excellent.  Another fine hunt item from a great creator!


Basic animation chooser

Sometimes, you just need something simple to pick an animation to play.  Here’s a script to do just that.  Rez a prim, drop this script in it, and a bunch of animations, then take and wear it as a HUD.

When you touch it, it will offer you a dialog where you can play any of the animations, or stop the one currently playing.

Note the links to the included scripts.  If you don’t use the Firestorm preprocessor, you can get the source for the #included bits by following the link in the comment next to the #include.  Just cut and paste the code into the top of this script, replacing the #include.

#include "dialog_plus.lsl"  // see the source of dialog_plus.lsl
#include "privchan.lsl"     // see the source of privchan.lsl

integer g_have_perms;
string g_current;
list g_animations;
key g_owner;
integer g_channel;
integer g_listen_handle;
string g_msg = "Select";

default {
    
    attach (key id) {
        if (id != NULL_KEY) {
            llResetScript ();
        } else {
            if (g_have_perms && g_current != "") {
                llStopAnimation (g_current);
            }
        }
    }

    state_entry () {
        integer n = llGetInventoryNumber (INVENTORY_ANIMATION);
        integer i;
        string name;
        g_current = "";
        g_animations = ["Stop"];
        g_have_perms = FALSE;
        g_owner = llGetOwner ();
        g_channel = privchan ();
        for (i = 0; i < n; i++) { 
            name = llGetInventoryName (INVENTORY_ANIMATION, i);
            if (llStringLength (name) > 24) {
                llOwnerSay ("Animation \"" + name + "\" longer than 24 chars, not loaded");
            } else {
                g_animations += name;
            }
        }
        llRequestPermissions (g_owner, PERMISSION_TRIGGER_ANIMATION);
    }
            
    run_time_permissions (integer p) {
        if (p & PERMISSION_TRIGGER_ANIMATION) {
            g_have_perms = TRUE;
        }
    }
    
    touch_start(integer total_number) {
        llListenRemove (g_listen_handle);
        g_listen_handle = llListen (g_channel, "", g_owner, "");
        DialogPlus (g_owner, g_msg, g_animations, g_channel, g_menu_idx = 0);
    }

    listen (integer chan, string name, key id, string data) {
        if (chan == g_channel) {
            if (data == "Back") {
                DialogPlus (g_owner, g_msg, g_animations, g_channel, --g_menu_idx);
            } else if (data == "Next") {
                DialogPlus (g_owner, g_msg, g_animations, g_channel, ++g_menu_idx);
            } else if (data == "Stop") {
                if (g_current != "" && g_have_perms) {
                    llListenRemove (g_listen_handle);
                    llStopAnimation (g_current);
                    g_current = "";
                }
            } else {
                if (g_have_perms) {
                    llListenRemove (g_listen_handle);
                    if (g_current != "") {
                        llStopAnimation (g_current);
                    }
                    g_current = data;
                    llStartAnimation (g_current);
                }
            }
        }
    }
}

Lovie

Hello, lovelies!  I have another pretty dress to show you from the Womenstuff Hunt today!

This dress is original mesh from Gaall, and it only comes in sizes for Lara, Physique, and Hourglass, but if you have one of those, you’re in luck, because it’s a very nice dress.  It’s a tiny bit translucent, just enough to tease when the sun shines though it 🙂

It also comes with an 18 color HUD, where you can pick from black, white, and 16 light pastels.  A very nice hunt item!


Brenda

This is another pretty dress I found in the Womenstuff Hunt, and so suitable for the Fall.  There’s a lot of stores to visit and hunt for gifts in, so it’s time to practice your camming skills and get hunting!

This dress comes in sizes for Lara, Freya, Venus, Isis, Physique, Hourglass, Curvy, Fine, and Sofia.  It has a two texture HUD, with the other pattern being a more toned down olive, but even though this is nearly over the top with my hair, I really like it!


Cut it out

The Fall version of the Womenstuff Hunt is on right now, and there are some nice outfits to find, all for FREE or only L$1.  Here’s the first one I opened.

This dress is super cute with all the cut outs, although I’d bet it would be a little drafty on a windy day 🙂

It comes in sizes for Lara, Curvy, Fine, Freya, Venus, Isis, Hourglass, Physique, and TMP.  There’s also a universal color HUD to set the dress any color you wish!


Ariana

Hmm, I can’t remember how I can across this cropped hoodie, but here you go 🙂

It’s getting cooler, so this is just what the doctor ordered.  The hoodie is only in sizes for Lara, and a one-size-fits-all for classic avatars.

  • Hoodie: Ariana Cropped Hoodie – Love by vagrant
  • Tank top: Butch Sheer Tanks by Sn@tch
  • Jeans: Boyfriend Jeans by COCO
  • Body: Lara by Maitreya
  • Face: Jennifer by GA.EG
  • Hands: Slink Dynamic
  • Hair: Chahong by Monso

Peyton

This super sexy outfit is L$199 from Hypnose and well, you come across these things and you just can’t halt your shopping impulse 🙂

The outfit includes the dress, boots, and a hair bow (not shown).  Both the dress and the boots are fitted for Lara, Freya, Isis, Venus, Physique, and Hourglass.

Because of the how sheer all the lace is, you can’t use any alphas, so the rigging has to be excellent, and I’m happy to tell you it is.  There are no signs of clipping at all!

There’s also a naughty open version of the dress in the package, but no peeking for you 🙂


I haven’t posted Azul in ages

Azul come out with some nice group gifts every now and then.  This one is from last year, and yes, past group gifts are available in the store, at least for a while.  Their group is FREE to join.

As I said, this dress was a group gift from last year.  I know, I know, but when I thought of posting something from Azul, this one leapt out at me to photograph because of its colour.  I didn’t pay attention to when it was released 🙂  It comes in sizes for Lara, Venus, Physique, and standard mesh sizes for classic avatars.