The Title

Subtitle

Intro to the page and topic.


Text inside the paragraps!

# The script of the game goes in this file.

init python:

    def rollbackCallback():

        if renpy.in_rollback():

            renpy.notify("I just rolled back!")

define config.interact_callbacks = [rollbackCallback]

# The game starts here.

label start:

    # These display lines of dialogue.

    "You've created a new Ren'Py game."

    "Once you add a story, pictures, and music, you can release it to the world!"

    "More lines for testing."

    "Even more lines for testing."

    "And one more."

    # This ends the game.

    return

That was an example of a code block.


The summary bullet points!

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

The final words!