Jump to content

CoderDrag0n8

Members
  • Posts

    6009
  • Joined

  • Last visited

  • Days Won

    23

CoderDrag0n8 last won the day on March 24

CoderDrag0n8 had the most liked content!

About CoderDrag0n8

  • Birthday July 1

Profile Information

  • Member Title
    ORV Bondsmith
  • Pronouns
    He/They
  • Location
    North of the equator, PST
  • Interests
    ORV, Dragons, ORV, Cosmere (More specifically Mistborn and IotE), ORV, The Last Dimension, ORV, Minecraft, ORV, Spontaneous World Shifting, ORV, Epic the Musical, ORV, Nationstates

CoderDrag0n8's Achievements

3.2k

Reputation

Single Status Update

See all updates by CoderDrag0n8

  1. Coder's Intro Post Response:

    function respondToIntroPost(booksList, lurker, antiBooksList, readingSpeed){
     if (notExist(readingSpeed)){
       var readingSpeed = 0;
     }
     var response = "";
     if (lurker){
       response = "Do you know me? ";
     }
     response += "Do you like Dragons? ";
     if (booksList.indexOf("Mistborn Era 2: The Alloy of Law") > -1){
       response += "Do you like Wayne? What twinborn combos (compounding and non) are your favorites? ";
     }
     if (booksList.indexOf("Stormlight: Oathbringer") > -1){
       response += "What Radiant Order's Ideals ";
       if (booksList.indexOf("Stormlight: Rhythm of War") > -1){
         response += "[i]resonates[/i] (bud ump ch)";
       } else {
         response += "resonates";
       }
       response += " the most with you? What Order's Surges do you like the most? ";
     }
     if (antiBooksList.length == 0 || readingSpeed >= antibooks.length){
       response += "Are you open to book recomendations? How do you feel about Ebooks/Webnovels?";
     }
    }

    I don't actually use a javascript script to format my posts, but this is my thought process written down.

    1. Show previous comments  1 more
    2. CoderDrag0n8

      CoderDrag0n8

      Because they are i the process of-I'm an idiot give me a sec

    3. CoderDrag0n8

      CoderDrag0n8

      I FIXED IT

    4. KaladinsSenseOfHumourSpren
×
×
  • Create New...