Pre-release
AdventureJS Docs Downloads
Score: 0 Moves: 0
Tutorial explaining how to create custom image docks for AdventureJS. tutorial, custom, image dock

Make It GUI:Image Docks

To be written...

MyGame.createImageDock({
  id: "MyImageDock",
  cssclasses: ["custom"],
  type: "Room",
  messages: {
    randomize: true,
    frequency: 0.33,
    array: [
      "{We} clicked the picture, but there's no need for that. It's just a visual reference. ",
      "There's no need to click. Sorry, but this isn't a point & click game.",
      "Move on, there's nothing to do in the picture. ",
      "Whattaya think this is, a point & click game? ",
    ],
  },
});