Ink LISTs
Posted: Fri Sep 09, 2022 8:22 pm
I understand that LISTs are a relatively new feature of Ink. Is there a way to get/set LIST variables using the current API?
When trying to set a LIST variable using for example, I get the following error:
If it isn't possible to use LIST variables in this way, is it possible to add that functionality?
Thanks!
When trying to set a LIST variable using for example,
Code: Select all
DialogueSystemInkIntegration.SetInkString(listVariableName, listOption);
Code: Select all
StoryException: Ink had 1 error. It is strongly suggested that you assign an error handler to story.onError. The first issue was: RUNTIME ERROR: (0.18): Can not call use '==' operation on String and List
Thanks!