Prev: 28612 Up: Map Next: 28615
28613: Last used random message numbers
Used by the routine at 28616. When it appears in a message, ASCII code 97 is replaced by a randomly chosen message denoting a person or group of people; similarly, ASCII code 98 is replaced by a randomly chosen message containing a verb (see 28357). The numbers of those randomly chosen messages are stored here for future reference.
28613 DEFB 8 Last used message number for a person or group of people (e.g. message 8: RATCATCHER)
28614 DEFB 16 Last used message number for a verb (e.g. message 17: TAPDANCE)
Prev: 28612 Up: Map Next: 28615