Maelle

Results 38 comments of Maelle

I don't reproduce it on my windows (my project loads fine, and even if I just save the basic template, it loads fine). Can you share an ink file where...

Do you have any image when the problem occurs? Can you do a `Ctrl + Shift + J` on Firefox and give me a screen copy? I do believe the...

Hi, you will have better answer in the unity repo, as here it's the editor repo, and has nothing to do with Unity at all. First look at the readme...

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...

The idea is here, but you don't want to use the Random function like this. ``` VAR knotRandom = 0 ~ knotRandom = RANDOM(1,6) // Here I put the value...

What version of windows are you using? What version of inky are you using? (Last time I checked it didn't do any problem to export for web) Cann you describe...

1) you are posting this issue in the editor repository. I highly doubt it's an editor problem. Looks more like a language question. 2) what do you mean, you don't...

the Ink repo is located here https://github.com/inkle/ink I'm still not following what you want to do. It seems with that code you can choose again with whatever choice you already...

First, what do you want to do if you have two or more variable that are the highest? Second, I spotted where the error was: `-Diplomacy > Investigation && Deception...

There could be a solution, but that's a lot more complex. I'm searching for something less complex, without very much success. Here is a solution that will record first (in...