{% extends "layout.html" %} {% block page %} {% include 'header.html' %}

Join the Queerscriptors

Getting setup
{{ this.gettingstarted }}
Learn the quirks

Various game engines have some techincal stuff you need to know, e.g. in Ren'Py % is a special character, so you need to write %% instead

Ren'Py
  • As said above, there are characters that are special and therefore need special treatment, e.g. %% instead of %
  • Ren'Py uses {} and {/} to denote styling, so {b}bold{/b} would display as bold.
{% endblock %}