Jump to content

Hottie Something

Resident
  • Posts

    68
  • Joined

  • Last visited

Posts posted by Hottie Something

  1. Even if you were born yesterday, we won't treat you any differently than older residents, except to help and guide you through the process of owning your first piece of SL land!

    If you are looking for an estate that has the time and patience to give ou guidance, you have found it. We also on occasion offer smaller sized parcels, perfect for the brand new land owner. So if you are looking for a place to rezz your stuff look no further!

    Check out this great little piece of beach in our region Mata Hari: http://maps.secondlife.com/secondlife/Mata%20Hari/168/61/21

    It's No Covenant, which means the only rules are: Follow LL Terms of Service, be nice to us (pay your tier), and be nice to your neighbors.

    If that is not for you our website has many listings SegarraEstates.com
    Or you can IM Hottie Something (Segarra Estates Owner) and she will take care of all your needs!

  2. Segarra Estates is one of the most trusted Estates in SL, since 2007, and we currently have land available in our flagship sim: "Segarra Estates"

    There are several parcels to choose from, just go to http://maps.secondlife.com/secondlife/Segarra%20Estates/223/225/21
    to see the first one, and fly around the sim to see the others.

    Contact Hottie Something if you do not find what you are looking for. If you have a need, we want to fill it.

  3. Segarra Family Estates is a brand new Family oriented Neighborhood build.  Imagine your very own partially furnished, 3 story, 4 bedroom home in a family neighborhood.  The neighbors are far enough away for privacy but close enough that your kids will have lots of friends nearby to play with.  The views are breathtaking.  There are endless fun activities to do in the neighborhood.  For a sneek peek check out our Website but for the full experience you *must* come for a visit!

    SFE Polaroid.jpg

  4. Hi Darkie thank you for pointing that out.  I am a total beginner so could you give me some example code for such a thing? I did already rin into the issue that the first place winner if stopping right on the finish line could cause a second collision and get the title of second place as well so I added and if(winner2 != winner1).  But while I was testing it there was at least one time where it was a close race and one person got the winner and the second person had to go back across the finish line to get their second place title.  So maybe what you are sayig is the reason. 

  5. Woot I got it working with some global variables and two different states

    Globals
    key winner1;
    key winner2;
    string winner1_name;
    string winner2_name;

    //

    state 1....

    winner1 = llDetectedKey(0);
            winner1_name = llKey2Name(winner1);
            llSay(0, "We Have a winner! Congratulations " + winner1_name);
            state second;

    states 2....

    winner2 = llDetectedKey(0);
            winner2_name = llKey2Name(winner2);    
            llSay(0, "Second Place: " + winner2_name);        
            state off;

     

    Now I get the first person to collide as the winner and the second person to collide as second place...tyvm everyone for your input.  :D

  6. I am trying to create a race finish line that detects and announce the winner and then the second place person.  Sorry I amm just learning this stuff.  I sort of have an idea what is wrong but I dont know how to fix it.  this is what I have right now.  Obviously its just detecting the first person across the line.

     collision_start(integer total_number)
        {
            string winner1 = llDetectedName(0);
            llSay(0, "We Have a winner! Congratulations " + winner1);
     
            string winner2 = llDetectedName(0);    
            llSay(0, "Second Place: " + winner2);        
            state off;
        } 

     

    If soeone could tell me how to fix this and explain it a little to me I would be very grateful **Only uploaded images may be used in postings**://secondlife.i.lithium.com/i/smilies/16x16_smiley-very-happy.gif" border="0" alt=":smileyvery-happy:" title="Smiley Very Happy" />

  7. Well my advice if a resident is looking for a job in SL is not to expect US minimum wages.  While there may be a few rare jobs out there where people are looking to py RL wages, for the most part you will find jobs that will give you a little extra spending money in SL or maybe enough that you can cash out a few hundrd $usd a month if you work really hard. 

    So pick a job you will enjoy doing and people you will enjoy working for, no matter what the pay, and then if it pays well on top of that its a bonus. :D

  8. I want to create a draw for new customers.  I want to give new customers a secret password that they will be able to use to enter the monthly draw for free.  I only want them to be able to enter once.  Please IM me in SL if you can make this system.

×
×
  • Create New...