ink
ink copied to clipboard
story does not compile with EXTERNAL function call in ink story
These images should explain it.
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.