-
Notifications
You must be signed in to change notification settings - Fork 0
Pre requisites and post requisites
kvantomme edited this page Aug 5, 2013
·
2 revisions
As a walkthrough creator I want to define what walkthroughs you need to follow before or after the current one.
Often a walkthrough will be part of a series that belong together. If the pre-requisites haven't been done, a walkthrough might fail. If the post-requisites are not done, a system might end up in an undesirable state.
- On the server side this can be implemented as a node reference to another walkthrough that you should do before the current walkthrough, or that you need to do after the current walkthrough.
- This should be linked to assertions in the walkthrough player so that we can verify if the outcome conditions of a pre-requisite are present before a walkthrough is played.
The following is documentation for this feature: How to connect walkthroughs