inkle / ink

inkle's open source scripting language for writing interactive narrative.
http://www.inklestudios.com/ink
MIT License
4.06k stars 487 forks source link

Minor errata #269

Open rubereaglenest opened 7 years ago

rubereaglenest commented 7 years ago

A little redundancy at 3) Conditional blocks.

We've seen conditionals used to control options and story content; ink also provides an equivalent of the normal if/else if/else structure.

joningold commented 7 years ago

Thanks! (And for stuff like this , please feel free to edit it on the github site directly and submit a pull request! )

cheers! jon

On Fri, Feb 10, 2017 at 9:44 AM rubereaglenest notifications@github.com wrote:

A little redundancy at 3) Conditional blocks.

We've seen conditionals used to control options and story content; ink also provides an equivalent of the normal if/else if/else structure.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/inkle/ink/issues/269, or mute the thread https://github.com/notifications/unsubscribe-auth/AA40o-2afoRoxWcYWbkRqHZbx8tIpfC1ks5rbDFagaJpZM4L9Lr3 .

joningold commented 7 years ago

( Though actually what it means to say is if / else-if / else ...)

On Fri, Feb 10, 2017 at 9:54 AM Jon Ingold jon.ingold@gmail.com wrote:

Thanks! (And for stuff like this , please feel free to edit it on the github site directly and submit a pull request! )

cheers! jon

On Fri, Feb 10, 2017 at 9:44 AM rubereaglenest notifications@github.com wrote:

A little redundancy at 3) Conditional blocks.

We've seen conditionals used to control options and story content; ink also provides an equivalent of the normal if/else if/else structure.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/inkle/ink/issues/269, or mute the thread https://github.com/notifications/unsubscribe-auth/AA40o-2afoRoxWcYWbkRqHZbx8tIpfC1ks5rbDFagaJpZM4L9Lr3 .

rubereaglenest commented 7 years ago

Ah, ok. I'm quite noob about control version and such, but I will try next time ;)