Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export of web build results in ink.js file that has allowExternalFunctionFallbacks disabled #880

Open
heyacfox opened this issue Nov 7, 2023 · 0 comments

Comments

@heyacfox
Copy link

heyacfox commented Nov 7, 2023

So I made a game with external functions referenced

image

But when I exported the web build, I got errors for function bindings missing

image

I found the "Ink fallbacks disabled" curious, and I looked in the source code for ink.js, and it was indeed disabled.

image

But this line implies the value should always be true. Why is this getting turned off on web build exports? I changed it in the source code from =!1 to =1 and my story fully works now in the web build.

story.allowExternalFunctionFallbacks = true;

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

No branches or pull requests

1 participant