AINE: Accelerated Interactive Narrator Engine
  • Download
  • References
  • Games
  • Wiki
  • Facebook Twitter
  • Name

    , (comma)

  • Examples

    Character: someChar
    Character: someOtherChar

    Room: someRoom{
    chars: [someChar, someOtherChar]
    // Comma used to separate entries in a list of character objects

    image: img_room

    Event: "Examine Room" {
    display("This is a nice room.",getImage())
    // Comma used to separate a list of parameters passed to a function
    // Will display the written text together with the image of the someRoom object
    }

    }
  • Description

    Separates parameters in function and method calls, and entries in a list of values.
  • Syntax

    • [entry1, ..., entryN]
    • (parameter1, ..., parameterN)

  • Contact
  • Terms of Use
  • GitHub
  • Drakkashi.com

The copyright of all images rendered by me goes to their respective owners.
© 2008 Daniel Svejstrup Christensen