Is it possible to add tags to Choice?
My choices are not only for player, but also for AI, so I need somewhere to store my description data for every choice. I'm now trying using knot tags to make it, but the currentChoices may not match well with the tags.
Tags does not do well with the choices, but you can have a custom parsing for some choice. You'll have to handle everything, thought. I'm using it when I want to have a small icon in front of the choice for example.
You can also look at this that is an exact clone of your question https://github.com/inkle/ink/issues/372 The first post is highlighting the workaround I was suggesting.
Edit: you can provide an example code of what you want to do if that's something different because it seems very different in my opinion. I don't see any links between knot tags and choices tags. Do you mean all your choices goes into knots?