{
width: 1920,
height: 1080,
initChapter: "00",
verbs: {
	dialog: {
		id: "dialog",
		target: null,
		state: null,
		actions: [
			{
				class: "com.bladecoder.engine.actions.SetCutmodeAction",
				value: true
			},
			{
				class: "com.bladecoder.engine.actions.SayDialogAction",
				wait: true
			},
			{
				class: "com.bladecoder.engine.actions.SetCutmodeAction",
				value: false
			}
		]
	},
	use: {
		id: "use",
		target: null,
		state: null,
		actions: [
			{
				class: "com.bladecoder.engine.actions.LookAtAction",
				text: "@default.use.0.text",
				wait: false
			}
		]
	},
	lookat: {
		id: "lookat",
		target: null,
		state: null,
		actions: [
			{
				class: "com.bladecoder.engine.actions.LookAtAction",
				text: "@default.lookat.0.text",
				wait: true
			}
		]
	},
	initNewGame: {
		id: "initNewGame",
		target: null,
		state: null,
		icon: null,
		actions: []
	},
	initSavedGame: {
		id: "initSavedGame",
		target: null,
		state: null,
		icon: null,
		actions: []
	},
	pickup: {
		id: "pickup",
		target: null,
		state: null,
		actions: [
			{
				class: "com.bladecoder.engine.actions.LookAtAction",
				text: "@default.pickup.0.text",
				wait: true
			}
		]
	}
}
}
