github inkle/inky 0.5
Version 0.5

latest releases: 0.14.1, 0.14.0, 0.13.0...
7 years ago

WARNING: This version breaks Export for web functionality, since the version of ink is currently newer than is supported by inkjs. We'll update inky again as soon as compatibility is restored.

  • Expression watching now available! Add a little snippet of ink in order to track variable changes.

image

  • Fix for inky getting locked up when opening files (ouch)
  • Fix for inky wiping out new include files just after you've created them
  • Fix for instances of inklecate being left running
  • Warning before reloading the window (web view)
  • Reorganised the app's menus a bit

Includes Ink version 0.5.1:

  • When diverting to specific knots repeatedly from game code, the visit count now gets updated correctly, so long as your knot has fully completed with an -> END. If it hasn't, you can also now call myStory.state.ForceEnd() to mark the flow complete. Thanks for the report @AdamNashGames!
  • A call to -> DONE now ensures that flow actually stops, rather than marking it "safe to exit". (oops!)
  • RANDOM(min, max) and SEED_RANDOM(intSeed) now available! Random's min and max bounds are inclusive, e.g. I rolled a {RANDOM(1,6)}..
  • Warning for using else: rather than - else:.
  • Show error when passing -> myVar as a divert target rather than just myVar. (Slightly confusing)

Don't miss a new inky release

NewReleases is sending notifications on new releases.