Table of Contents

0000a51e:0006 - OOP command renaming [DRAFT]

Flags

Flag Set? (MUST/MAY/…) Description
parsing_must MUST NOT
reading_must MUST NOT
writing_must MUST NOT
playing_should SHOULD
playing_must SHOULD
editing_should MUST NOT … What about syntax highlighting?

Field data

Offset Type Description
0 u16 Number of commands to rename.
2… array[2*count] of pstring Key-value pairs.

Description

This extension allows renaming OOP command names. The functionality is warranted by the ZZT game Banana Quest, as well as by WeaveZZT 2.0.

A list of key-value pairs is provided; a command using the given key is renamed to the given value.

Implementations

TBD