The Title

Subtitle

Intro to the page and topic.


Text before a code block.

default nameOfTheProtagonist = "Default Name"

define protag = Character("[nameOfTheProtagonist]")


# The game starts here.

label start:

    protag "I am the protagonist of this story!"

    protag "What should my name be?"
    
    # Let player type in
    $ nameOfTheProtagonist = renpy.input("The Protagonist's name will be: ")

    protag "Yes! It's like that name was meant to be."

    return

More text.


The summary bullet points!

  • One!
  • Two!
  • Three!
  • Four!

The final words!