ink icon indicating copy to clipboard operation
ink copied to clipboard

inkle's open source scripting language for writing interactive narrative.

Results 209 ink issues
Sort by recently updated
recently updated
newest added

This is a small feature request. I hope it makes sense. Ink should watch the currently open file for changes on the filesystem, and throw a prompt informing the user...

Hi there, We are working on a turnbased strategy/visual novel game using Unity and we have implemented our story using ink. I'm not sure if this question has been asked...

If my understanding is correct the `choiceText` was removed and now it's displayed with the following `story.Continue()` call

I’m just curious if an **integration in Godot** Game Engine is planned? Or is there already a solution? Thank you.

I have a custom "sub-format" for my content. ``` John: Hello! ``` I'll parse this `John` and check if John is a character in my game, so if I made...

I'm currently trying to add Japanese characters to supported character set but I have some concern for adding Kanji. In Unicode the block we are interested in is **CJK Unified...

This is looking increasingly useful rn; essentially an inline switch statement. I suggest using the # modifier to denote it. The worst thing about it is ``` {#bool: if-false |...

It looks like you changed format for Dynamic tags ?

Hello! so recently I have added the ink unity integration package to my unity project which is currently version 2023.1.11f1. So ink stories will run in the game but choices...