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

Hey there! We're developing our main project using ink and we're loving it. Our studio is based in Madrid and, since most of the writers prefer working in Spanish, we're...

Quick version --- I am looking to export every possible string that could be generated from an ink story. From my initial (but short) read through the documentation, this isn't...

Hi, I recently decided to try and revive an Inkle story/game that has been abandoned for over two years, because I love the concept and would hate to see it...

I first noticed when I could not save/edit my opened Inkie project file inside Unity. ...then I also noticed I cannot do that too when I tried working in a...

I'm encountering an issue where most of my tags don't appear to be showing up in the line immediately following a gather. ``` === choice_test === - Line 0 *...

This feature may already exist, but my cursory read of the documentation seems to leave this to be desired. After .Continue() or .ContinueMaximally() I would like to have the following...

Hi, I'm currently investigating whether ink will be suitable for use in our adventure game. We're looking to use 3D character actors, audio and facial performance and cinematic direction to...

I'm writing this for a murder mystery game: `{ - deductions ? (murder_victim_was_not_lady_duffy) && clues ? (jewellery_missing || sweet_christine): ~ clue_sets+=clue_set_true_murderer }` But the || is not working. The error...

Issue description: **Can't use Chinese characters in identifiers. I request support for Simplified/Traditional Chinese.** Related issue: [Non-ASCII characters can't be part of knot and variable names? #225](https://github.com/inkle/ink/issues/225) I'm using [inkgd](https://github.com/ephread/inkgd)...

Hello Everyone, I use a lot of External Functions in my ink code, without problems. But the last one I defined, has 5 parameters... And I don't know if that...