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

    ! (not)

  • Examples

    Character: char{
    isAlive: true
    image: "img_char"

    Event: "Examine" {
    if (!isAlive)
    display("This character has died",image)
    // If char is not alive, it displays some text together with the image of char
    }
    }
  • Description

    Inverts the boolean value of an expression. Returns true if the expression is false and false if the expression is true.
  • Syntax

    • !expression
  • Related

    • && (and)

    • || (or)

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

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