Friday, December 5, 2008

And the winner of the first L$300 Weekly GiveAway is!!!!

Ok, before I announce the winner, let me say this is how I do the live drawings. I put everyone whose a public follower of my blog into a list using Linden Scripting Language (LSL).  I then run the randomize list function on this list to mix up the order of everyone's name.  The next step in the script is to say the list in general chat in the new order.  The first person on the newly ordered list is the winner.  If someone actually showed up to watch the live drawing, I'd let them choose whether they want the first or last position in the list to be the winner.

Here's the script from this week's live drawing:


list dice = ["CJ Escher", "Zak Escher", "Orinoco Beresford", "Floradora Sol", "Barbie Hastings", "Taylor Thompson", "Lutricia Roux", "Jaxx Osterham", "RatzTale"];

default
{
    touch_start(integer num_detected) {
        list shuffled = llListRandomize(dice, 1);
        llSay(0, llDumpList2String(shuffled, ",\n"));
        // llOwnerSay(llList2CSV(shuffled));

    }
}


Drum roll please!

And the first person on the reordered list this time was Jaxx Osterham!  

Congratulations, Jaxx. Spend your L$300 wisely!

Jaxx's not quite sure what she's going to spend the money on.  Perhaps you can IM her with some suggestions.

To be automatically entered in the drawing on Friday for another L$300, just start following this blog by clicking on the "Follow this blog" link in the upper right hand column above my photo. 

Good luck next week!

No comments: