Skip to main content

Annex A - List of Errors

Exhaustive list of errors that can be reported by controls.

TypeDescription
No Happy Ending SequenceYour story must have at least one happy ending sequence !
Orphaned SequencesAn orphaned sequence is a sequence - or a series of sequences - that is not connected to others. Connect or remove the following sequences, your story does not allow access to them.
No Cover ImageAdd a cover image to your story from the Settings menu.
Unused RoutinesIf you do not intend to use these routines, delete them to reduce the loading time of your story.
Routines with No Exit PointThere is no exit point in these routines. Add at least one, or it will be a dead-end.
Invalid AchievementsThese achievements are invalid and cannot be earned. Achievements must have a label, a description, an icon, and their condition must be specified.
Unused EventsIf you do not intend to use these events, delete them to reduce the loading time of your story.
Missing Sequence TextThe following sequences have no text. Complete them or delete them.
Missing LinksCheck the links on the following sequences, some are not defined.
Missing IconsCheck the icons on the following items, some of which are not defined.
Missing CodeThese "puzzle" type sequences do not have code. Add some or change the type of these sequences.
Incorrect CodesSome of the codes specified in these "puzzle" type sequences are not valid (either information is missing or the length is incorrect). Correct these codes, or delete them.
Missing Object ChoicesThese sequences with object choices have no choices and do not modify the inventory. Add object choices or change the "Gain (or lose) the object" option.
Useless Object ChoicesIn these sequences with object choices, some objects do not match the specified tags and will not be displayed. Remove these objects, or change the tagging strategy.
Unused ObjectsIf you do not intend to use these objects, delete them to reduce the loading time of your story.
Unused CountersIf you do not use these counters, delete them to reduce the loading time of your story.
Unused FlagsIf you do not intend to use these flags, delete them to reduce the loading time of your story.
Unused Text VariablesIf you do not intend to use these text variables, delete them to reduce the loading time of your story.
Unused ImagesIf you do not intend to use these images, delete them to reduce the loading time of your story.
Unused IconsIf you do not intend to use these icons, delete them to reduce the loading time of your story.
Unused SoundsIf you do not intend to use these sounds, delete them to reduce the loading time of your story.
Objects Used Only on ConditionsThese objects are used on conditions, without the possibility of being obtained. Add them with actions on sequences preceding your conditions, or delete the conditions where they are used.
Counters Used Without ModificationsThese counters are used without ever being modified by actions. Modify them with actions, or delete them.
Flags Used Without ModificationsThese flags are used without ever being modified by actions. Modify them with actions, or delete them.
Text Variables Without ModificationsThese text variables are used without ever being modified by actions. Modify them with actions, or delete them.
Out of Bounds CountersThese counters are modified with values outside their limits. Modify these values or the min and max limits of these counters.
Text Variables Without ValuesThese text variables do not have enough values to be useful. Add values to them from the Variables tab.
Invalid IFIDThe IFID given in the Settings tab is not valid. Correct it or delete it !