Skip to content

Conversation

aravol
Copy link

@aravol aravol commented Jul 13, 2022

When an external function opens a flow, the return from that function is never acknowledged and the function is called a second time when returning to the original flow, however the arguments are all NullValues which causes a nullref. This fixes the nullref, albeit more work will be needed to address the double call of a function that opens a flow.

Noting that the alternative of creating a call stack to call after the function block is done also doesn't work, since the story will continue with the next paragraph, resulting in a rather weird requirement of calling a function just before the last block to be shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant