1HUD ON
2SET EDGAR PROPERTY X 1476
3SET EDGAR PROPERTY Y 362
4SET EDGAR FACE RIGHT
5CAMERA_SNAP EDGAR
6WAIT 120
7TALK Edgar The sorceror must have taken Dad to his castle. I'll have to rescue him from there.
8TALK Edgar The only way to get to the castle is through the Forbidden Swamp to the East.
9TALK Edgar There's a lake between the Village and the Swamp so I'll need a raft to get across.
10TALK Edgar I'll also need a sword and shield to defend myself. I can speak to Borgan and Jacob to get these though.
11ADD OBJECTIVE "Talk to Borgan" " "
12ADD TRIGGER "Borgan Trigger" 1 UPDATE_OBJECTIVE "Talk to Borgan"
13ADD OBJECTIVE "Talk to Jacob" " "
14ADD TRIGGER "Jacob Trigger" 1 UPDATE_OBJECTIVE "Talk to Jacob"
15ADD OBJECTIVE "Cross the lake to the Swamp" " "
16ADD TRIGGER "Swamp Trigger" 1 UPDATE_OBJECTIVE "Cross the lake to the Swamp"
17