Customize Output:Basic Descriptions
You can describe anything and everything in AdventureJS. There's a simple, basic way to apply descriptions to things – and a lot of much more complex ways. For now, we're going to stick to simple descriptions.
MyGame.createAsset({
class: "",
name: "",
description: ` `,
});