Email or username:

Password:

Forgot your password?
Top-level
Job

@neauoire Wait, you also need to keep track of "having the key" for that. And I'm guessing that until now the only state was "you're on page x". Are you adding variables?

3 comments
Devil Lu Linvega

@vanderZwan It'll be very primitive, it won't be anything like variables, it's a byte in memory that you can do bitwise to, so there's a max of 8 binary values that it can store and you can do `WHEN 34` to check if you have 3 requirements to see the next slide operation. That's it, it'll be kind of an easter egg in Adelie.

Job

@neauoire Ok, that sounds a lot more managable (besides, the key thing can already be simulated by making extra slides and branch like in a "choose your own adventure" book, no?)

Devil Lu Linvega

@vanderZwan yup, a "slide" doesn't have to have any drawing, it's just a named position in the slideshow plain-text source

Go Up