This is a test page. Please leave.

This is a test note.

Loop (teehee2) This is a test dialogue~ adhjgkdsflhgkdfsghkjdfz

Siffrin (what1) "A test for what?"

Loop (oh my1) Wouldn't you like to know, weather boy?


Siffrin (what1) (What is Loop talking about.)

  • "What the fuck are you talking about."

    Loop (lol2) I wink at the camera.


    (Loop winks at nothing.)


    Siffrin (yelling4) "WHAT THE HELL'S A CAMERA???"

  • (Stay silent.)

    Loop (teehee2) My my, struck speechless, are you?


    (You flip them off.)

    (They laugh.)


Siffrin (what1) (Example thoughts.)

  • Option 1
    Text.
  • Option 2
    Text.

Loop (teehee2) That's weird to say, stardust~

  • Testing, testing~

    All systems go?

  • Hello, hello? Can you read me?

    What's cookin', good lookin'?

function toggleDialogue() {
const details = document.querySelector('details:not(#settings)');

    if (details.open === true) {
    details.removeAttribute("open", "");
    }
    else {
        details.setAttribute("open", "");
    }
}
            

TEST