inkle / inky

An editor for ink: inkle's narrative scripting language
http://www.inklestudios.com/ink
2.36k stars 289 forks source link

tunnel back to parameterised knotname crashes web export #502

Open joningold opened 4 months ago

joningold commented 4 months ago

the following

-> tunnel(-> knot) -> END 

=== knot
    yo.
    -> DONE 
=== tunnel (-> go )
    ->-> go

runs in inky as expected, but crashes when compiling to a playable web version with an "unknown error". Removing the

->-> (parametername)

line removes the error.