You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that story.ChoosePathString will only divert to knots. I would really like to in code move to any label, on a gather for instance. Like so:
- (top)
Some stuff
story.ChoosePathString("top")
At the moment this can only be done by adding in a proxy knot. Is there another function that will allow me to manually divert in code immediately to a label?
The text was updated successfully, but these errors were encountered:
It seems that story.ChoosePathString will only divert to knots. I would really like to in code move to any label, on a gather for instance. Like so:
story.ChoosePathString("top")
At the moment this can only be done by adding in a proxy knot. Is there another function that will allow me to manually divert in code immediately to a label?
The text was updated successfully, but these errors were encountered: