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

    • Character

    • Player

    • Room

  • Name

    setItems()

  • Examples

    Room: room{
    items [item1, item2]

    Event: "Display Items" {
    setItems([item3])
    // Removes item1 and item2 from the game
    // Then moves item3 to room
    }
    }

    Item: item1
    Item: item2
    Item: item3
  • Description

    Replaces the current item list on the object with the parsed list of items, by removing all items on the object first and then giving all items in the new list to the object.
  • Syntax

    • object.setItems(List)
  • Related

    • Item

    • items

    • getItems()

    • giveItem()

    • remove()

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

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