[BEGIN] 3;
Farmer: text="Hello there young child!" time=2000 sound=farmer_greeting.mp3;
CHARACTER: text="Hello farmer." time=1000 sound=player_helloframer.mp3;
Farmer: text="What can I do for you?" time=2500 sound=farmer_whatcanIdoforyou.mp3;

[END] 2 "Bye old man";
CHARACTER: text="Bye old man" time=1000 sound=player_bye.mp3;
Farmer: text="I'll see ya soon" time=1500 sound=farmer_cya.mp3;

[PATH] 0 1 2 "Who are you?";
CHARACTER: text="Who are you?" time=1000 sound=player_whoareyou.mp3;
Farmer: text="I'm the framer here in this village." time=1000 sound=farmer_iamthefarmer.mp3;
set farmer_askedwhoheis;

[PATH] 1 0 2 farmer_askedwhoheis "What are you doing here?";
CHARACTER: text="What are you doing here?" time=1000 sound=player_whatareyoudoing.mp3;
Farmer: text="I'm watching the space cows" time=2000 sound=farmer_watchingspacecows.mp3;

[PATH] 0 0 2 "Hey! You are a damn asshole!";
CHARACTER: text="Hey, you look pretty good!" time=1000 sound=player_lookprettygood.mp3;
Farmer: text="Thanks." time=500 sound=farmer_thanks.mp3;