Debugging
version 10 by Al Golden
Documentation
Since the recording/replay/objects/places functions
of Inform 6 are not currently handled by Inform 7,
this short extension allows those 4 functions.
Typing "RECORDING ON" starts a transcript.
Typing "RECORDING OFF" terminates said transcript.
Typing "OBJECTS" lists the objects the player has handled.
Typing "PLACES" list the places the player has visited.
This version adds the following that will NOT be included in released games:
a list of rooms,a list of objects and locations,
a list of male NPCs and locations
and a list of female NPCs and locations.
To see the rooms: Type "ROOMS"
To see the objects: type "THINGS".
To see Male NPCs: type "MEN" or "MALES"
To see Female NPCs: type "WOMEN" or "FEMALES"
Tp see animals: type "ANIMALS"
To see containers: type "CONTAINERS"
To see supporters: type "SUPPORTERS"
To see backdrops: type "BACKDROPS"
To see regions: type "REGIONS"