...
A script can have many frames. The order and relationship between the frames impact when they will be processed by the system. Frame processing happens at the speed of a computer, not that of a human. It is quite fast. Two frames on the same level with no conditions appear to happen at the same time to a user.
The flexibility of this system makes several types of branching possible within StoryFlowStoryflow.
Concepts
Processed Frame
A frame is considered processed once the system has evaluated its conditions. If its conditions are false, the frame is queued until:
...