Jump to content

dalocogamer

Resident
  • Posts

    52
  • Joined

  • Last visited

Posts posted by dalocogamer

  1. I am going through the LSL List wiki to learn to use Lists. I am trying to compare two list and get a resault from it. My script below keeps coming up "its something" when the lists are different from each other. I'm trying to get it to say FALSE aks "its something else". Am I comparing the type of list? I tried inputing "a", "b", "c" in NewList and still get the resault "its something". 

     

    list MyList = [1, 2,3];
    list NewList = [5, 6, 7];
    default
    {
    touch_start(integer total_number)
    {

    // llOwnerSay( (string) MyList ); // outcome: abc123.140000<0.000000, 0.000000, 0.000000>
    if ( MyList == NewList)
    {
    llOwnerSay("its something");
    }
    else
    {
    llOwnerSay("its something else");
    }
    }
    }

     

    EDIT

    Ok I just found out if I set MyList as list MyList = []; I can get the message "its something else". I thought when I compared the two lists I was comparing the content inside. My new question is how do I compare the content inside my two lists? 

  2. I am bring the topic back up for help. I am still not able to get my cooking system right. I will re ask for help here.

     

    I am in need of guidance to help develop a cooking system that will follow a recipie and will deliver the resault of the out come to the owner. I am using LSL List and I do not feel like I am getting any resaults out of it. I can offer my work inworld when we can get together. I can always try suggestions through here. As far as I know this is being done by another system or two but I want to develop my own with my own food. 

  3. I am trying to make my RC Saucer move around and have my camera follow that prim. I tried the exsample from the wiki and it had my RC Saucer go to my camera. I want to move my saucer and have my camera follow it. I need help figuring a way to go about this. 

     

    METHOD #1

    I thought about setting a timer that will go off ata set time and force the camera to the saucer position. I was going to get the saucer postion from a secert chanel. 

  4. ahh I forgot we can use http to activate a script. Thanks for joging my memory Xiija. I am looking into sending/recieving a message between objA and the personal server. I am going to look around to see what I can find. The end result I want to have the personal server send back a message to obja inworld to give a command of action.  

     

    i am making my own version of a cooking stove so I can get food from a result of "cooking" the ingredients fyi. 

  5. I'm tossing around a few concepts here and there on some paper at home aaaaannd I'm over thinking how to do this by ALOT hahaha. Do I want to keep the programing in SL or do I want to use a private server. Do I want to use listens or do I want to check inventory? Its alot to think about ya know..and I havent even thought of a menu yet or my first dish to cook. 

  6. I would think that being able to trade recipies let alone make your own would be unqiue twist. We all come from different areas of the globe. I just so happen to run into alot of folks from Texas and/or England...it be nice to see different styles and blends of foods ya know.

  7. WOW that looks mouth watering good. I can't believe there is not more sl cooking on here. I'm watching tv and was thinking I wanna cook that! It was sauted mushrooms and stake. Baked potatoe with chive and cheese, home made apple sauce to the side. big ol salad bowl with bacon bites. MMMMMMMMM

  8. For a odd ball reason I had the need to cook today in SL haha. I checked out current systems and was like I totaly should make one too. What would you create if you could cook ANYTHING on the globe? Man oh man I would fry up some ham and eggs. But it would have to be hickory ham. MMMMMM wash it down with organge juice and have some grapes on the side. 

  9. I might have uploaded wrong. I am not able to set PHYSICS_SHAPE_TYPE_PRIM. I am not givin the option for PRIM but I am given for Convex Hull. I selected it as a building componet when getting it uploaded. Link a prim and setting that prim to root didn't help either. I went through the building but not the root prim. 

  10. I uploaded a mesh building I created and found that I am not able to walk through the opening of the building. I might have skiped a step in something but right now my mesh building is being as solid as a cube.  Its simple 1 room building with a door way that is big enough to fit through. Did I miss a step somewhere?

  11. I am calling for all writers in SL to take part in my current project to help my home town Willowdale. I took on the role of providing books for the public library in town but I ran out of stories. I'm looking to fill this library with actual books residents and vistors can come by and checkout to read. I'm looking for all kinds to add to the shelfs from kid books, to references. If you like to share any sorts that is kid safe I would like to be contacted by you. Feel free to IM in world or you can e-mail with subject line WD Library at dalocoXgameXr@gmaXil.com (remove X's from e-mail before sending).

  12. Howdy hey I am using mesh today XD. I am learning how to use blender in my project. I made a dough nut with the center in the middle cut out. It looks like how I want it to be in Blender. When I upload it to Second Life the center is filled in. I know there are easier ways to make a doughnut but I'm doing this way through Blender. 

    1) How come SL filled in the center of the hole?

    2) How can I avoid it in another build similar?

     

    When I was uploading the doughnut, SL said I was using under 200 verticies. Its not a pretty doughtnut but that is not what I am going for. I'm going for learning. 

  13. To be clear, I want to take a picture in SL and have the option to load to my site directly. I did not feel the snapshot to email section would help me. I will now look into it and see if there is a way for me to complete my goal. I have seen the various sites like flickr that lets us do this. We will see what happens.

     

  14. First: This is the clostest place I thought this topic would fit. Since it is dealing with SL Server.

    Second: I have my own site. I am not promoting it. This is a project for myself.

    Third: I did search around in the wiki and forum and could not find any answers to my question or what I am doing.

     

    I am in need of some knowledge on how I can send snapshots to my own web site. I want to achieve the same ideal way of posting a pic to Flickr from SL. I am looking around for open projects and I looked at the wiki for snap shots. I appricate the help if you can just point me to where to look. 

  15. Try your hands with a gizmo that boost wifi singles. It may help a little. A weird connection is content single. Wifi sends out in bursts really really quick and is lesser than a connected line. But definitely look into buying a extended wifi atena. Computer shops online and radio shack type places usually have them you can add on to your router. Best of luck.

  16. I havn't the slightest clue how to begin to search for this. So I am posting any ways. If you know where please share. I am looking to program a script with a program outside of SL. At times I feel like scripting immediatly and dont want to wait. Is there a program outside of SL that you can write and test to find errors before loading in SL?

×
×
  • Create New...