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

    • Character

    • Item

    • Player

  • Name

    moveTo()

  • Examples

    Item: item {

    Event: Game_Start {
    moveTo(player)
    // Gives item to player at game start

    player.giveItem(this)
    // This does the same as the previous example
    }
    }
  • Description

    Moves a character, player or item object to a room object. Can also give an item to a character and player object.
  • Syntax

    • object.moveTo(object)
  • Related

    • enterRoom()

    • Room

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

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