Plot 0
	% Right now, this will just serve to inform the PC of the case.
	% I need to finish it up quickly... will add more later.
	name <ARC: Kidnapped NPC Investigation>

	Element1 <Grab 2>
	Element2 <Character HasMecha Renowned !F 1>

	% If we get a cleanup request, nothing else needs to happen
	% other than the plot concluding.
	cleanup <AdvancePlot 0>

	% If the NPC investigating gets killed, we're gonna need
	% a different plot.
	start <ifPersona E2 else GoDelete>
	GoDelete <AdvancePlot 0>

	News <Famous adventurer \ELEMENT 2 has been hired by \NARRATIVE 2 to investigate a kidnapping.>


sub
	Persona 2
	greeting <NewChat Say 1>

	Msg1 <\NARRATIVE 3 , the niece of \ELEMENT 1 , has been kidnapped. I've been investigating.>

end
