So far we have created objects, characters and scenes. However, a few objects, characters and scenes are not a game itself. The games must be endowed with the capacity of narrative, so that the "history" can be told.
In <e-Adventure> the development of the story is governed by a few elements that we call flags and variables. The flags are a sort of "locks" that in a moment of the game can have two states: active and inactive.
In this way we can set flags and through them conditions that either can or not be satisfied, at any given time, depending on whether they are active or inactive. Furthermore, the variables can take integer values, and you can also define conditions on them, depending on whether the value thereof is greater than or equal to a certain number.