BEGIN episode EPI_*
REFERENCES Characters = NPC_*
REFERENCES Locations = LOC_*
REFERENCES HomeLocations = LOC_*
REFERENCES Events = EVE_*
REFERENCES SideQuests = QUE_*
INTEGER TimeLimit = integer
INTEGER TimeBonus = integer
ATOM StartingExit = EXI_*
INTEGER NoRestart = 0 | 1
END
PROGRAMMING NOTES:
- time available to the player in an episode is (bonus time not used in previous
episodes + TimeLimit of current episode + TimeBonus of this episode)