Pertex wrote:"MoveObject this to game.pov.parent" moves the object into the room where the player is in at this moment. The parent of the player (game.pov is the actual player object) is (mostly) a room.
You can move the object to every other room you want with "MoveObject this to roomname" or you could set the object parent directly with "this.parent=roomname"