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

    Room

  • Name

    southeast

  • Alias

    se

  • Examples

    Room: someRoom{
    ne = northEastRoom
    se = southEastRoom
    sw = southWestRoom
    // Assigning navigation paths to a room doing declaration

    nw => northWestRoom
    // One-way path to northWestRoom
    }

    Room: northEastRoom
    Room: southEastRoom
    Room: southWestRoom
    Room: northWestRoom
  • Description

    Declares a navigation path to a room going south east. : or = will assign a connection between both room objects, while => will assign a path only going to the room object, but not back.
  • Syntax

    • southeast: room
    • southeast = room
    • southeast => room
  • Related

    • northeast

    • northwest

    • southwest

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

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