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

    ( ) (parentheses)

  • Examples

    Player: player {
    fatigue: 0
    will: 10

    Event: Enter_Room {
    fatigue++

    if (fatigue >= (50 + will) * 2 )
    display("You are out of energy and should take a rest.")
    }
    }
  • Description

    Parentheses are used to structure complex math calculation, and containing expressions and parameters.
  • Syntax

    • number * (number + number)
    • if (statement)
    • function()
    • function(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