tunnels #30
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md#1-tunnels
There must be an easier way to implement this using hscript variables like how I ported TheIntercept's variable referencing functionality
Possible solution: Tokenize divert targets and store a queue of them. Then tunneled sections can use -> DONE which would become equivalent to requesting 'divert to the next target on the queue.'
Maybe these and threads (#38) could be wrapped into one feature implemented as an insertion hook (#55). If a divert target is meant to be inserted like
{target}, the Story could spawn an embedded story that starts at that target and continues until it returnsFinished. I'd want to test multiply nested stories at that point...The syntax I just described is ambiguous with what already happens when you insert a divert target: view count insertion.