@dialogue npc:1917 player("Hello.") npc("Stuff for sale.", "You buying?") >options options: { option("Yes", "No") @option1{ openshop(1917) } @option2{ npc("No?", "'Bye then.") } }