Paragraph

Also known as "scenes" in other Interactive Fiction engines/tools, VeinIF's "Paragraph" contains the content that describe the context on which the player will have to make a choice, the choices itself, items and more.

{
  id: 0,
  name: ``,
  content: ``,
  choices: [
    { id: 1, choiceCont: ``, nextName: `` },
  ],
},

Last updated

Was this helpful?