{% extends "base.html" %} {% block title %}{% if menu %}Edit{% else %}New{% endif %} PETSCII Menu{% endblock %} {% block content %}

{% if menu %}Edit PETSCII menu: {{ menu.name }}{% else %}New PETSCII menu{% endif %}

{% if not menu %}
Lowercase, used as the lookup key in goto actions.
{% endif %}
0 = anyone, 100 = sysop
Title bar + hotkey color for this menu's screens.
Cancel
{% if menu %}

Menu Items

{% for it in items %} {% else %} {% endfor %}
HotkeyLabelActionArgsMinOrdVis
No items yet — add one below.

Add new item


Add a sub-menu (one click)

Creates a new PETSCII menu and adds a goto hotkey on this menu that jumps to it. The new menu auto-includes a Q key to come back here.

Action args cheatsheet
  • goto — another PETSCII menu's name (e.g. files_sub)
  • All other actions ignore args.
  • Only actions petscii_ui.py has a plain-text handler for are listed -- no ANSI art, chat, or door games beyond Number Guessing.
{% endif %} {% endblock %}