UnrealInk icon indicating copy to clipboard operation
UnrealInk copied to clipboard

“Choose Path String” seems not to work

Open eje211 opened this issue 4 years ago • 2 comments

I’m working on a project that needs extensive use of the Choose Path String feature. I made a know and called that function with the name of the knot as its argument and the story did not change. To be completely honest, I did not try this in InkJS, but the definition of the method seems pretty straightforward. Is there a known problem with this method?

Thanks.

eje211 avatar Jun 21 '21 13:06 eje211

Not sure why, but you need to add an empty item to the vars array and set its type to anything but "none".

pathchoice

JohanHellgren avatar Jun 22 '21 13:06 JohanHellgren

I actually worked! I’m not sure where, but it would good to document this. I spent hours on this. I actually tried to look for the old data and put it back in, but I could never find the old data so Vars always stayed empty.

eje211 avatar Jun 22 '21 14:06 eje211