Joseph Humfrey

Results 85 comments of Joseph Humfrey

So, I would ordinarily agree, it should be possible to treat them as booleans, the only reason I can think not to is to prevent accidentally using them with the...

Hmm, the `#` character is currently used for tags. It could probably still work (since it's only checked for at the end of a valid line), but possibly confusing. So...

My current plan is to allow list items to contain arbitrary values. Right now they're always numbers, but you could do something like: `LIST characters = bob = "Mr. Robert...

If anyone on Windows wants to try debugging this issue, the relevant code is here: https://github.com/inkle/inky/blob/master/app/renderer/inkProject.js#L251 `InkProject.prototype.export` in `inkProject.js`, line 251. Not sure why it would be reverting the filename...

This is really hard to solve because it needs proper parsing to detect the difference between this and a valid sequence with an empty element. I wish I could let...

In the ink runtime this is just the default C# behaviour (see this line: https://github.com/inkle/ink/blob/6a512190365002f54bd501b0863ded40123cb8e5/ink-engine-runtime/Value.cs#L94). I suspect it’s similar in inkjs…

I'm afraid this isn't really possible to build into the API because of differences in the way progress gets saved in a real game v.s. in Inky. In Inky, progress...

Great, glad you got it working! And that’s not hacky at all, it’s exactly the approach we’d recommend (and what we did in Sorcery for example, with some tweaks for...

Oh dear, sorry to hear this, but glad you didn't have any data loss! Thanks for the report. Hmm, odd that it doesn't seem to correlate too closely with other...