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? |
Offset | Type | Description |
---|---|---|
0 | u16 | Number of commands to rename. |
2… | array[2*count] of pstring | Key-value pairs. |
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.
TBD