This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
harlowe:load-game [2019/04/16 03:12] l |
harlowe:load-game [2019/04/16 03:13] l |
||
---|---|---|---|
Line 24: | Line 24: | ||
In the event that the saved data exists, but contains an error - for instance, if it refers to a passage which doesn't exist in this story, which could happen if one version of the story is used to save it, and another is used to open it - then a polite dialog box will appear asking the reader whether or not the data should be deleted. An example of such a dialog is below. | In the event that the saved data exists, but contains an error - for instance, if it refers to a passage which doesn't exist in this story, which could happen if one version of the story is used to save it, and another is used to open it - then a polite dialog box will appear asking the reader whether or not the data should be deleted. An example of such a dialog is below. | ||
- | <HTML> | + | |
- | <blockquote> | + | <code> |
Sorry to interrupt... The story tried to load saved data, but there was a problem. | Sorry to interrupt... The story tried to load saved data, but there was a problem. | ||
- | The data refers to a passage named 'example', but it isn't in this story.<br><br> | + | The data refers to a passage named 'example', but it isn't in this story. |
- | That data might have been saved from a different version of this story. Should I delete it?<br> | + | That data might have been saved from a different version of this story. Should I delete it? |
- | (Type 'delete' and choose OK to delete it.)<br><br> | + | (Type 'delete' and choose OK to delete it.) |
Either way, the story will now continue without loading the data. | Either way, the story will now continue without loading the data. | ||
- | </blockquote> | + | </code> |
- | </HTML> | + | |
=== See also: === | === See also: === | ||
[[harlowe:save-game|(save-game:)]], [[harlowe:saved-games|(saved-games:)]] | [[harlowe:save-game|(save-game:)]], [[harlowe:saved-games|(saved-games:)]] |