Plot 0
	% If the player asks Megi for adventure, this is the plot which
	% will result.
	name <ARC: Megi's Adventure!>

	% Element 1 is the Hogye guardian.
	element1 <Character>
	Stat 1 12

	% Mortality check - if the guardian dies, eliminate this plot.
	START <ifPersona E1 else GoDelete>
	GoDelete <AdvancePlot 0>

sub
	Persona 1
	% V1 = Been before memory
	greeting <NewChat if= V1 0 else GoBeenBefore V= 1 1  Say 1  AddChat 1  AddChat 2  AddChat 3>
	GoBeenBefore <if= V1 1 else GoKnowMission  Say 8  AddChat 9  AddChat 10>
	GoKnowMission <if= V1 2 else GoTakeMission  Say 9  AddChat 7  AddChat 8  AddChat 11>
	GoTakeMission <Say 11  AddChat 12  AddChat 13>

	result1 <NewChat  Say 5  V= 1 3  Reputation 5 1>
	result2 <NewChat  Say 2  AddChat 4  AddChat 5>
	result3 <NewChat  Say 4  V= 1 2  AddChat 7  AddChat 8>
	result4 <NewChat  Say 3  AddChat 6  AddChat 5>
	result5 <NewChat  Say 14>
	result6 <Goto result3>
	result7 <NewChat  Say 6  V= 1 3>
	result8 <NewChat  Say 7  Reputation 4 -10  AdvancePlot 0>
	result9 <NewChat  V= 1 2  Say 12  AddChat 7  AddChat 11>
	result10 <NewChat  V= 1 2  Reputation 3 -1  Say 13  AddChat 7  AddChat 8>
	result11 <NewChat  Say 10  Reputation 6 -5  Reputation 5 -5  AdvancePlot 0>

	result14 <NewChat  Say 16  AddChat 15  AddCHat 16>
	result15 <NewChat  Say 15>
	result16 <Goto result6>

	Msg1 <Megi says that you're looking for adventure. Well, there's precious little of that to be had around here... I do have a few jobs, though, if you're interested.>
	Msg2 <You'll need to head to the big cities for that. Hogye's too small and boring to attract much trouble. Of course, if you're planning to be an adventurer, you better get plenty of experience before getting in over your head.>
	Msg3 <Well, performing combat missions is always a good way. Ask around in the big cities and you'll usually hear some job offers. As I said earlier, there are a few small jobs here in Hogye, if you want.>
	Msg4 <Right now I need a hunter. There's been reports of a creature in the woods... Probably just a stray dog or something, I can't waste time on it myself, but if you don't mind investigating there's $500 in it for you.>
	Msg5 <I need you to investigate a creature that's been reported in the woods outside of town. It's probably nothing. It's worth $500 to find out exactly what it is. Go get your equipment ready, then come back and I'll give you the full details.>
	Msg6 <Great! First you're going to need some equipment... Go see Quentin about a weapon, just in case this really is a monster.>
	Msg7 <Well, good luck finding some adventure.>
	Msg8 <Hello again. Did you find that adventure you wanted?>
	Msg9 <I still need a hunter to investigate that creature, if you're still looking for adventure.>
	Msg10 <Too dangerous!? We don't even know if there's a creature in the woods or not yet! Maybe you aren't really cut out to be an adventurer... Have you considered accounting?>
	Msg11 <Are you all ready? Good. Here are all the locations where the creature has been spotted... I want you to go and find out what it is. If it's dangerous, we'll need to eliminate it... But if too dangerous, don't attack it by yourself!>
	Msg12 <Yes, I still have that job... People have been reporting a strange beast in the woods, but I'm a bit skeptical myself. I could use a hunter to go check things out.>
	Msg13 <Well, I still have a job if you're interested. There have been reports of a strange beast in the woods but I think it's just a strange dog. How'd you like to investigate, for $500 if you can get rid of whatever it is?>
	Msg14 <That'll be a bit of a challenge. The territories haven't got a good highway system yet... The forest swallows up anything you build too fast to maintain one. What you really need is a mecha, so you can travel more easily.>
	Msg15 <You're very welcome.>
	Msg16 <Well, they're pretty expensive, so if you want one you better start saving those pennies. Sometimes you can also get one in exchange for service to a company or the army. I heard that there are ways to get a mecha for free,.>

	Prompt1 <I'm interested!>
	Prompt2 <Tell me where to find real excitement.>
	Prompt3 <What kind of jobs?>
	Prompt4 <How can I get experience?>
	Prompt5 <Where can I find these cities?>
	Prompt6 <Alright, tell me about it.>
	Prompt7 <I'll investigate for you.>
	Prompt8 <I've got better things to do.>
	prompt9 <Do you still have a job avaliable?>
	Prompt10 <I'm working on it.>
	Prompt11 <It sounds too dangerous for me.>
	Prompt12 <I am ready to go.>
	Prompt13 <I need some more time to prepare.>
	Prompt14 <Know where I can get one?>
	Prompt15 <Thanks for the info.>
	Prompt16 <Tell me about that job again.>

end
