Owner: Znlpi_ZipClass
Hanldes preferences for a ZipWalk instance.
Parent classes:
Attributes:
- public integer Znlpiprop_ZipMachineShowsteps: When executing a long walkthrough a game produces huge output. To limit scrolling this attribute limits the number of steps of which the game output is printed.
- public integer Znlpiprop_ZipOutputtype: This affects the printing style of the walkthrough. Values:0: no step wrap; no game output1: each step on one line; no game output2: show steps and output as in the tty window
- public boolean Znlpiprop_ZipOutputreverse: 0: print the walkthrough in normal order1: print the walkthrough reversed to avoid scrolling down
- public lines Znlpiprop_ZipQuitwords: If dumb-frotz is quitted without NLPI noticing it, the terminal will hang. For that reason any word which could quit dumb-frotz MUST be listed here.
- public boolean Znlpiprop_ZipShowheadline: Boolean which determines whether the game headline is printed in the tty or not.
- public integer Znlpiprop_ZipMachineScrollLock: This is the number of lines after that the game output locks.
- public boolean Znlpiprop_ZipMachineLockWalk: It can be unchecked if the initial walkthrough should not to be locked.