I6 Template Layer

Inform 7 6M62ContentsIntroductionFunction IndexRules Index

Load-Scenes.i6t

Load-Scenes contents

Data type definitions.

10{-lines:type} 11SCENE_TY: 12apply-macro:#BASE-KIND 13singular:scene 14plural:scenes 15 16instance-of:WORD_VALUE_TY 17instance-of:ENUMERATED_VALUE_TY 18instance-of:SAYABLE_VALUE_TY 19named-values-created-with-assertions:yes 20default-value: 0 21 22loop-domain-schema:for (*1=1: *1<=NUMBER_SCENES_CREATED: *1++) 23has-i6-GPR:yes 24i6-printing-routine:PrintSceneName 25constant-compilation-method:quantitative 26apply-template:*UNDERSTOOD-VARIABLE 27 28description:a scene 29documentation-reference:kind_scene 30index-priority:4 31index-default-value:the Entire Game 32indexed-grey-if-empty:yes 33specification-text:Like a scene in a play: a period of time which is usually tied to events in the plot. Scenes are created by sentences like 'Midnight Arrival is a scene.' 34 35{-endlines} 36{-callv:Kinds::Interpreter::batch_done}