• Welcome to The Cave of Dragonflies forums, where the smallest bugs live alongside the strongest dragons.

    Guests are not able to post messages or even read certain areas of the forums. Now, that's boring, don't you think? Registration, on the other hand, is simple, completely free of charge, and does not require you to give out any personal information at all. As soon as you register, you can take part in some of the happy fun things at the forums such as posting messages, voting in polls, sending private messages to people and being told that this is where we drink tea and eat cod.

    Of course I'm not forcing you to do anything if you don't want to, but seriously, what have you got to lose? Five seconds of your life?

kyeugh
Reaction score
2,817

Profile posts Latest activity Postings About

  • Well, I did, but then I lost internet connection and I lost it -.- I'll get to it soon.
    happy holidays, nice avatar. remember to recolor your outlines

    and as a competitive smogonite I take offense actually no, but I'm competitive
    All of it- never mind though, I just finished. Like, literally just now.

    I'm having problems with your Quiz Scripts though- I put in the following:

    var result;

    function check()
    {
    var question;
    var value1;
    var value2;
    var value3;
    var value4;
    var answer;
    var youranswer;

    question = 1;
    value1 = 0;
    value2 = 0;
    value3 = 0;
    value4 = 0;
    result = "";
    answer = 1;
    var choice;

    for (question = 1; question <= 10; question++) {choice = Request.Form("q" + question.toString());if (choice == "value1") {
    value1++;
    }
    if (choice == "value2") {
    value2++;
    }
    if (choice == "value3") {
    value3++;
    }
    if (choice == "value4") {
    value4++;
    }if (choice == "value5") {
    } value5++;

    }else if (value1 >= value2 && value1 >= value3 && value1 >= value4 && value1 > 0) {
    // value1 is the highest
    result = "value1";
    }
    else if (value2 > value1 && value2 >= value3 && value2 >= value4 && value2 > 0) {
    // value2 is the highest
    result = "value2";
    }
    else if (value3 > value1 && value3 > value2 && value3 >= value4 && value3 > 0) {
    // value3 is the highest
    result = "value3";
    }
    else if (value4 > value1 && value4 > value2 && value4 > value3 && value4 > 0) {
    // value4 is the highest
    result = "value4";
    }
    else {
    result = "oops";
    }}
    check();

    %>

    And it ended up actually showing up like that on my webpage. How would I fix that?

    EDIT: Also, I added a fifth value. So how would I tweak it to put that into account as well?
    Thank you. I appreciate the concern you have showed. And, I am getting well! I will be out of the hospital in just a few short days!!
    "Tier" as in these. Or did you mean something else?

    Anyways, I can't battle until maybe next April best-case scenario? Wi-fi stuff.
    There are no plans for it to come back. Every time a revival has been proposed there's a brief flutter of interest, but it usually dies again shortly afterward.
    Wi-Fi problems with my DSi, sorry. Perhaps later.
    And, if so, how the heck do you connect what tier?
    (I'd prefer UU or lower, most comfortable with NU, but hey if you want to do Ubers, I'm fine with that.)
    Hey, I was reading the "about" section of your region, and I noticed something. Was the origin of the name Mohacastle Mohacidon, or vise versa?
    I agree. I've had Spore since the day it came out. I never touched it for a year, then got back into it.
  • Loading…
  • Loading…
  • Loading…
Back
Top Bottom