%%
%% *FindEncounter Plots
%%
%%  An encounter needs to be found and activated with SetEncounterActive.
%%  Upon activation, the plot involved should KillPlotMood to prevent another
%%  redundant plot from loading.
%%
%% Mood Spec:
%%  E1 = The outdoors scene
%%  E2 = The encounter being sought
%%

Plot
	name <Trivial Case>
	% desc <Someone knows where %name2% is, and will tell you without any fuss.>
	desc <%name2% の居場所を知っている人物が、素直にそれを教えてくれる。>
	requires <*FindEncounter>

	% E1 is the outdoor scene where the encounter is
	% E2 is the MetaScene being sought
	% E3 is a character who can tell where it is
	Element1 <Grab 1>
	Element2 <Grab 2>
	Element3 <Character -ArchEnemy>

	%% FAIL CONDITIONS:
	%%  - E3 dies before revealing the secret
	start <ifNPCDead %3% EndPlot>

	sub
		Persona 3
		% rumor <%name3% knows where to find %name2%.>
		rumor <%name3% が %name2% の場所を知っている>
		*greeting <*IHaveInformation&AboutScene GoSpiel %2%>
		GoSpiel <NewChat Say 1 SetEncounterActive %2% KillPlotMood EndPlot>
		% Msg1 <You can find %name2% in \EXACT_SCENE %1% . Here, let me give you the coordinates.>
		% Msg1_1 <Let me tell you... You should be able to find %name2% in \EXACT_SCENE %1% , at these coordinates. I would draw you a map but it doesn't look like you need one.>
		% CMsg1_1 <ifNPCSociable Accept>
		% Msg1_2 <%name2% is in \EXACT_SCENE %1% , at these coordinates.>
		% CMsg1_2 <ifNPCShy Accept>
		% Msg1_3 <%name2% can be found in \EXACT_SCENE %1%  at these coordinates. Getting there should be a piece of cake.>
		% CMsg1_3 <ifNPCCheerful Accept>
		% Msg1_4 <To find %name2%, just go to these coordinates in \EXACT_SCENE %1% . Getting in may be another story.>
		% CMsg1_4 <ifNPCMelancholy Accept>
		% Msg1_5 <Yeah, %name2% is at this location in \EXACT_SCENE %1% . Now that you know exactly where it is you'll have no trouble finding it.>
		% CMsg1_5 <ifNPCEasygoing Accept>
		% Msg1_6 <Only a few people know this... %name2% is in \EXACT_SCENE %1% . I'll give you the exact coordinates.>
		% CMsg1_6 <ifNPCPassionate Accept>
		Msg1 <%name2% なら \EXACT_SCENE %1% にある%JG_YO。ほら、これが座標%JG_DA。>
		Msg1_1 <教えてあげる%JG_YO%JV_SIL_R %name2% は \EXACT_SCENE %1%、この座標に行けば見つかるはず%JG_DA。地図も用意できる%JG_GA、その必要はなさそう%JG_KANA？>
		CMsg1_1 <ifNPCSociable Accept>
		Msg1_2 <%name2% なら \EXACT_SCENE %1% にある%JG_YO%JV_SIL_Rこの座標%JV_M_DA。>
		CMsg1_2 <ifNPCShy Accept>
		Msg1_3 <%name2% は \EXACT_SCENE %1% のこの座標に行けば見つかる%JG_YO。行くのも楽勝な場所%JG_DANE。>
		CMsg1_3 <ifNPCCheerful Accept>
		Msg1_4 <%name2% なら、単に \EXACT_SCENE %1% のこの座標に行けばいい%JG_YO。中に入れるかどうかはまた別の話だ%JG_GA%JV_SIL。>
		CMsg1_4 <ifNPCMelancholy Accept>
		Msg1_5 <ああ、%name2% なら \EXACT_SCENE %1% のこの座標にある%JG_YO。その情報があれば、難なく見つけられるはず%JG_DA。>
		CMsg1_5 <ifNPCEasygoing Accept>
		Msg1_6 <知ってる人間は少ない%JG_GA…… %name2% は \EXACT_SCENE %1% にある%JV_ZO%JV_F_YO。正確な座標も教えてやる%JG_YO。>
		CMsg1_6 <ifNPCPassionate Accept>
	end

