Title: XML Examples Out-File: index Sort-Priority: 100 Here's an example dialogue XML: ```xml EXAMPLE NPC Start DEFAULT Start Start Part 2 Goto 1 1 Goto 2 2 Goto End End 1 This is 1 Goto 2 2 Goto End End 2 This is 2 Goto 1 1 Goto End End End This is the end ```