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
The text was updated successfully, but these errors were encountered:
GlutenPlasters
changed the title
EXTERNAL function all in ink story creates an infinite loop in the compiler and story does not compile
story does not compile with EXTERNAL function call in ink story
Oct 11, 2024
As far as I'm aware - the way to handle this within inky is create a "dummy" ink function. So:
=== function add_cash(amount)
~ return
Should cover it.
When you're running a play through in Inky, add_cash just runs that blank function, but in your application wrapper, it'll run the external function, instead.
These images should explain it.
The text was updated successfully, but these errors were encountered: