Jump to content

Becky1593

Resident
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Becky1593

  1. None of my scripts are working/running. It is set to running and I renamed my object. I have the latest version of second life and I don't know from where to unmute the object (if that's the case). 

    I can't find any solutions online. Any ideas ?

    Here's what I'm doing : Right click build, choosing the prim, content, pasting the script, closing the windows, right clicking the object and selecting Touch. Nothing is working. 

  2. I built a simple prim (box) in a sandbox and attached the most basic script to it for practice sake. 

    default
    {
    state_entry()
    {
    llSay(0, "Hello, Avatar!");
    }

    touch_start(integer total_number)
    {
    llSay(0, "Touched.");
    }
    }

    But nothing is happening ! What's wrong ?

     

  3. wow i didn't think of most of the stuff you mentioned -.- 

    Let's say I'll start off with one door, how would you store the different questions in list variables and then it randomly selects one to ask? Scripting here is totally different to the little programming im used to.

    I was thinking of starting as follows: Create the door in second life, then when touched by the player the script runs and it generates an IIDialog where it asks the question. Problem is, how would I check if the answer is right or wrong ? 

  4. Hi there I am new to second life and would greatly appreciate all of your expertise. I was recommended to post here for scripting help. 

    I am trying to create a door that once the user touches it, a question will be displayed and the user must select one of the answers (multiple choice). If the answer is right he will proceed to the next part of the game, and if not another different question will be asked. 

    Does anyone know how to do this? I was told to try out IDialog and ITextBox but i would greatly appreciate it if someone would help me. 

    Please help! Thanks !

  5. Hi there I am new to second life and would greatly appreciate all of your expertise. 

    I am trying to create a door that once the user touches it, a question will be displayed and the user must select one of the answers (multiple choice). If it gets it right then it can proceed to the next phase of the game.

     

    Does anyone know how to do this? I found a couple of scripts that help you create the door, but I can't figure out for the life of me how to set up/store/display the question !

    Please help! Thanks !

     

×
×
  • Create New...