Plot 0
	name <PLOT: Investigate Bioenemy>

	% [[Ver1.0]]
	% retain version number when writing derivative plots
	% v1.0 :  Converted from combat template v1.3

	% This is a skeleton for a relay-story combat mission.
	% You can make it into a complete combat mission just
	% by filling in the blanks in the MESSAGE BLOCKs below.

	% If this mission is being offered by the enemy of the story's
	% controlling faction, do a search for <ENEMY> and follow the
	% instructions each time this label is found.

	% **********************
	% *** ELEMENTS BLOCK ***
	% **********************
	% This plot will likely be called from a faction story.
	% So, it will grab the identity of the faction as its first
	% element, and a member of the faction to give the job to
	% the PC.

	% E1 is the scene this time around
	Element1 <Grab 2>

	% E2 is the NPC who will give the PC the mission.
	% Right now it will just be a person in E1.
	Element2 <Character !Near 1 Guardian>

	% E3 is the scene that will be used next
	Element3 <Scene Town !Far 1 !Member 11>

	% ********************
	% *** SCRIPT BLOCK ***
	% ********************

	%  V2 = Combat Indicator, if V2=1 combat has been entered
	%  V3 = Email sent indicator.

	%  S2 = Encounter Challenge Rating

	%  S101 = Faction Victory Count
	%  S103 = How many times PC fought for faction

	%  S201 = Load new "relay" plot if S201=0
	%  S202 = Relay victory count; load conclusion when S202>3


	% On a cleanup request, delete this plot unless combat has been
	% entered.
	cleanup <if= V2 0 S= 201 0 AdvancePlot 0>

	% This plot will conclude immediately if NPC E2 is killed.
	Init_Start <ifNPCOK E2 else GoDelete>
	start <ifNPCOK E2 else GoDelete>
	GoDelete <S= 201 0 AdvancePlot 0>

	% Combat check. If combat has been entered, V2=1.
	% Combat ends in victory if the number of active masters on
	% team two drops to zero, or ends in defeat is the number of
	% active masters on team one drops to zero. After combat, V2=3
	% if the player was victorious or V2=2 is the player lost.
	% Finally, if the player won, the calling story's faction victory
	% count (by default now story variable 101) will be increased.
	nu1 <if= T1 0 if= V2 1  V= 2 2  LoseRenown>
	nu2 <if= T2 0 if= V2 1  V= 2 3  Reputation 6 1 XPV 50 S= 201 0 S+ 202 1 S+ 101 d3 N= 2 E3>

sub
	% This next bit is the conversation which will happen when the
	% PC speaks to E2.
	Persona 2

	% Fill in something for the rumor string, so the PC will know who
	% has a job to offer. !2 will add the name of the NPC, while !1
	% will add the name of the faction.
	% rumor <!2 was injured while fighting a monster.>
	rumor <!2 ϥ󥹥Ȥ襤>
	% eg., rumor <!2 might have a job for you.>


	% ********************
	% *** SCRIPT BLOCK ***
	% ********************
	% If you're feeling faint of heart, just skip this
	% and jump straight to the messages block below.
	% Here are the variables used in this conversation:
	%  V1 = Job offer counter, V1=1 is job offered, V1=-1 if job denied
	%  V2 = Message Randomizer
	%  V3 = Threat value of enemy mecha
	%  V4 = Reward offered to PC for the mission
	% At startup, first check to see whether the PC has already
	% completed the mission or not.
	Greeting <NewChat if= P2 3 else GoCheckLoss Say d5 CashPrize V4 AdvancePlot 0>
	GoCheckLoss <if= P2 2 else GoCheckJob V= 2 5 V+ 2 d5 Say V2 P= 2 0>
	GoCheckJob <if= V1 1 else GoCheckFirst Say 101 AddChat 1 AddChat 4>

	% The first time the PC meets the NPC, the PC will be given the
	% mission automatically if he's part of the same faction, or if
	% he is a friend of the NPC, or if he's already been sent email.

	% The PC will be denied the mission if he's helped the enemy.
	GoCheckFirst <if= V1 0 else GoDenied V= 1 -1 V= 3 S2 V= 4 Threat V3 1 Goto GoCheckFaction>
	GoCheckFaction <if= PCFac N1 else GoCheckPrev V= 2 10 V+ 2 d5 Say V2 Goto GoAddComOps>
	GoCheckPrev <ifG S202 0 else GoCheckFriend V= 2 40 V+ 2 d5 Say V2  V= 2 6 V+ 2 d2 AddChat V2 V= 2 8 V+ 2 d2 AddChat V2>
	% If the reaction score is greater than 40, PC will automatically
	% be offered the job, but unlike above will not be automatically
	% expected to accept it,
	GoCheckFriend <ifG PCRep 2 d60 else GoNoAutomatic V= 2 15 V+ 2 d5 Say V2 V= 2 6 V+ 2 d2 AddChat V2 V= 2 8 V+ 2 d2 AddChat V2>
	% If the PC is not automatically offered the job, there's still
	% a chance to get the job... as long as the NPC doesn't hate him.
	GoNoAutomatic <ifG React d10 else GoDenied V= 2 20 V+ 2 d5 Say V2 V= 2 10 V+ 2 d3 AddChat V2 V= 2 13 V+ 2 d3 AddChat V2 V= 2 16 V+ 2 d3 AddChat V2>
	GoDenied <V= 1 -1 SayAnything>

	GoAddComOps <V= 1 1 AddChat d2 V= 2 2 V+ 2 d2 AddChat V2 V= 2 4 V+ 2 d2 AddChat V2 Memo 107>

	% The PC will enter combat here.
	result1 <EndChat V= 2 35 V+ 2 d5 Say V2 Goto GoStartCombat>

	GoStartCombat <SavePos S+ 103 1 P= 2 1 MDynamic 0 V3 .mdesc .nu1 .nu2>
	.nu1 <if= T1 0 Return>
	.nu2 <if= T2 0 Salvage Return>
	.mdesc <Mutant Synth>
	result2 <Goto Result1>

	% The PC needs some time to get ready.
	result3 <NewChat Say 103>
	result4 <Goto Result3>

	% The PC will be told the enemy's point value.
	result5 <NewChat V= 2 25 V+ 2 d5 Say V2 AddChat 1 AddChat 3>
	result6 <Goto result5>

	% The PC accepts the job offer.
	result7 <NewChat V= 2 10 V+ 2 d5 Say V2 Goto GoAddComOps>
	result8 <Goto result7>

	% The PC refuses the job offer.
	result9 <NewChat Say 102 V= 1 -1>
	result10 <Goto result9>

	% The PC tries to get the job via "PLAN A"
	result11 <NewChat ifG PCRep 1 d50 else GoR11Lose V= 2 30 V+ 2 d5 Say V2 V= 2 6 V+ 2 d2 AddChat V2 V= 2 8 V+ 2 d2 AddChat V2>
	result12 <Goto result11>
	result13 <Goto result11>

	% PLAN "A", whatever it was, has failed...
	GoR11Lose <NewChat Say 104 V= 1 -1>


	% The PC tries to get the job via "PLAN B"- be scary.
	result14 <NewChat Reputation 4 -d9 ifG Intimidation 15 else GoR14Lose V= 2 30 V+ 2 d5 Say V2 V= 2 6 V+ 2 d2 AddChat V2 V= 2 8 V+ 2 d2 AddChat V2>
	result15 <Goto result14>
	result16 <Goto result14>

	% PLAN "B", whatever it was, has failed...
	GoR14Lose <NewChat Say 105 V= 1 -1>

	% The player doesn't want this stinkin' job.
	result17 <NewChat Say 106 V= 1 -1>
	result18 <Goto result17>
	result19 <Goto result17>


	% *********************
	% *** MESSAGE BLOCK ***
	% *********************

	% 01 - 05 :  Player has won the battle and is being paid.
	% Msg1 <Here's your pay for the mission. If these creatures match the sample from \ELEMENT 3 , we may be on our way to building a case. I hear they've been hit pretty hard by the monsters over there.>
	Msg1 <餬Ż󽷤Ǥ⤷βʪ \ELEMENT 3 ΥץȹפСܺƻ˾褻뤳ȤǤ뤫⤷ޤ󡣲ʪˤﳲϿȤäǤ>
	% Msg2 <You did it! You must be a great fighter. Here's the reward. If you're interested, they could probably use your help in \ELEMENT 3 . I hear they've been having monster problems as well.>
	Msg2 <ޤ͡ ʤͥΤǤ餬󽷤Ǥ⤷εʤ顢ʤ \ELEMENT 3 ǻŻ館뤫⤷ޤ󡣤Ǥ󥹥꤬褦Ǥ顣>
	% Msg3 <That was great. Here's the bounty you earned. The lab boys say that the creatures you killed match those found in \ELEMENT 3 ; if you want to continue the investigation, that's where you should head next.>
	Msg3 <Ф餷ŻǤ餬ʤξ޶ǤɤˤСʤݤʪ \ELEMENT 3 ȯ줿Τȹפ뤽Ǥ⤷Ĵ³СϤظȤǤ礦>
	% Msg4 <Here's your reward. I got a call from the guardian office in \ELEMENT 3 ; they could use your help with their monsters.>
	Msg4 <餬ʤ󽷤Ǥ \ELEMENT 3 GuardianϢޤʤϤǥ󥹥༣λŻ館뤫⤷ޤ>
	% Msg5 <You've defended our city. If you're up for some more action, I hear that there's also been a monster attack in \ELEMENT 3 .>
	Msg5 <ʤϲ桹Įޤ⤷ʤ˼ߤΤʤ顢 \ELEMENT 3 Ǥ󥹥˽郎Ƥ뤽Ǥ>

	% 06 - 10 :  Player has lost the battle.
	% Msg6 <Nasty little buggers, aren't they? Maybe next time I should send a team out against them. You can try again when you're ready.>
	Msg6 <äʥ󥹥Ǥ礦 ϤФɸ٤Ǥ礦͡ʤνĩǤޤ衣>
	% Msg7 <Well, you survived, at least. We're going to have to increase security in town until all those creatures have been accounted for. If you want you can try again later.>
	Msg7 <ޤ̿äǤ⤤Ȥޤ礦٤Ƥβʪ༣ޤǡĮη򶯲뤳Ȥˤޤ礦⤷褱иǺĩǤޤ衣>
	% Msg8 <You have failed to stop the creatures. If you want, you can have another try later.>
	Msg8 <ʤϲʪߤޤǤ⤷褱СǺĩǤޤ衣>
	% Msg9 <The mission was a failure. You can try again, but next time try harder...>
	Msg9 <ϼԤǤʤϺĩǤޤϤäȴĥäƤġ>
	% Msg10 <Without any fresh carcasses to examine, our forensics department won't be able to tell where these monsters have been coming from, or even what they are. Come back later and you can try again.>
	Msg10 <ʻΤĴ٤ʤȡˡɤϥ󥹥ɤ褿ΤޤԤʤΤΤ뤳ȤǤޤ󡣸ǤޤƤСĩǤޤ衣>

	% 11 - 15 :  Description of mission.
	% Msg11 <I can give you $ \VAL V4 to hunt down and destroy these things. That way, our forensics lab will get some fresh carcasses to examine. How about it?>
	Msg11 <ɤĤݤƤ $ \VAL V4 Фޤ礦ƤСˡɤʬоݤοʻΤޤǤ礦>
	% Msg12 <The creatures seem to be coming from a wildzone just outside of town. There's a reward of $ \VAL V4 to eliminate them.>
	Msg12 <ʪĮθäƤ褦Ǥۤ༣Ƥ $ \VAL V4 󽷤Фޤ>
	% Msg13 <We need a good sample for the forensics lab to analyze. It's my guess that these aren't natural creatures. There's a reward of $ \VAL V4 available for monster remains.>
	Msg13 <ˡɤʬϤ뤿ɼʥץ뤬ɬפǤβʪϼʪǤϤʤȻפޤ󥹥λΤäƤ $ \VAL V4 󽷤Фޤ>
	% Msg14 <Our best bet is that these monsters are some kind of biological weapon, probably escaped from a research facility. To find out for sure we'll need samples. There's a reward of $ \VAL V4 if you can get some.>
	Msg14 <󥹥ʪʼǡ餯ߤƨФΤǤȤΤǤͭϤǤξڤˤϥץ뤬ɬפǤäƤ $ \VAL V4 󽷤Фޤ>
	% Msg15 <These creatures are dangerous. They nearly killed me, and I'm a guardian... they have to be stopped. There's a reward of $ \VAL V4 for doing so, if you think you can.>
	Msg15 <ʪϴǤGuardianλǤ줽ˤʤäΤǤġߤʤФʤޤ󡣤⤷ʤ顢Ƥ $ \VAL V4 󽷤Ǥޤ>

	% 16 - 20 :  Player is asked if he is looking for a job.
	% Msg16 <I haven't been working for a while ever since I got nearly torn to shreds by those... things. If you're looking for a job, I need someone to go hunt down some monsters.>
	Msg16 <ϤĤˤҤɤƤ餷Ф餯Ż٤Ǥޤ⤷Żõʤ顢󥹥ɤĤݤƤʪɬפǤ>
	% Msg17 <Are you up for some hunting work? I was attacked while investigating a mysterious creature... I need someone to go finish that job.>
	Msg17 <ϥƥ󥰤λŻϤɤǤ ϴ̯ʪĴ˽ޤƤޤޤġλŻ򽪤ƤʪɬפǤ>
	% Msg18 <Have you heard about the "monsters"? Well, I was nearly killed by one, and they're real enough! I don't know much more than that, unfortunately. I could use some help to get rid of them.>
	Msg18 <֥󥹥פäʹȤϤޤ Ϥ˻줽ˤʤޤ󥹥ϼºߤΤǤ ǰʤ顢ʾϤ褯ʬޤ󡣻ϥ󥹥༣ؤζϤƤޤ>
	% Msg19 <Everybody's convinced that these mysterious creatures are "monsters". I've fought with them, and I think they may be man-made. I'll need the assistance of a hunter in order to prove that.>
	Msg19 <δ̯ʪ֥󥹥פǤȤȤϳƤޤϤ襤ޤϿͤμ¤줿Τ⤷ޤ󡣤餫ˤ뤿˥ϥ󥿡ζϤɬפǤ>
	% Msg20 <Looking for work? I've got a hunting contract available.>
	Msg20 <ŻõǤ ϥƥ󥰤λŻƤޤ>

	% 21 - 25 :  NPC implies job, PC might have chance to get it.
	% Msg21 <You are advised to exercise caution when traveling beyond the city limits. There have been dangerous animals sighted near town... I assume you've heard of these "monsters"?>
	Msg21 <Į̤ȤѿƤĮζ᤯Ǵưʪܷ⤵Ƥޤġʤ֥󥹥פäʹƤǤ礦>
	% Msg22 <An official warning has been extended to the \SCENE EScene 2 area. There are dangerous animals on the loose; all citizens should exercise caution until they have been captured.>
	Msg22 <η \SCENE EScene 2 ϰˤޤǳ礵ƤޤưʪƤޤ餬館ޤǡ̱ѿƤ>
	% Msg23 <Take care. Word is that we've got "monsters" on the loose.>
	Msg23 <ĤƤ֥󥹥פƤȤΤ餻Ƥޤ>
	% Msg24 <Exercise caution when entering or leaving town. There have been reports of a vicious creature attacking travellers near the city limits.>
	Msg24 <Į˽ꤹݤѿƤĮζ᤯ǴʪιԼԤ򽱤äƤȤ𤬴󤻤Ƥޤ>
	% Msg25 <There's a dangerous monster in the area, so all travellers should be extra cautious.>
	Msg25 <ϰˤϴʥ󥹥ޤΤǡιԼԤϳѿƤ>

	% Msg26 <The best guess that we have so far: We're dealing with some kind of bioconstruct, a man-made organism, possibly a weapon. We'll need some fresh cadavers to find out who made them, if they can reproduce naturally...>
	Msg26 <桹н褷ƤΤϿ¤ʪΤ褦ʤΤǡ餯ʼǤ롢ȤΤǺǤͭϤǤ⤷餬˿ǤȤС¤äʪ򸫤Ĥ뤿˿ʻΤɬפǤ>
	% Msg27 <The best guess? That they're bioweapons, either escaped from an illegal facility or intentionally released. The greatest fear? That they can somehow reproduce by themselves, like the Cyclops. That's why we need samples.>
	Msg27 <ϰˡʻߤƨФ뤤ϸΰդ줿ʪʼǤ롢ȤΤǤͭϤǤȤˡCyclopsƱͤ˲餫ˡǼ˿Ǥޤǲ桹ϥץɬפȤƤޤ>
	% Msg28 <I don't know... no-one does, certainly. I had a good look at them and I think they were Hunter-X bioweapons. I have no idea who built them or how, that's why we need some samples.>
	Msg28 <ˤʬޤĤäȡïˤʬʤǤ礦Ϥѻޤϥϥ󥿡ΤǤȻפޤïΤˤ¤äΤʬޤ󡣤ǲ桹ϥץɬפȤƤޤ>
	% Msg29 <They're dangerous. More evidence will be needed before I can say anything more specific.>
	Msg29 <ϴǤäȾڵ򤬤ФܤȤʬΤǤ>
	% Msg30 <These could be bioweapons... that would be a horror. Who's producing them, and why?>
	Msg30 <ʪʼ狼⤷ޤĤǤжȤǤïΤˤ¤äΤǤ礦>

	% 31 - 35 :  "PLAN A" or "PLAN B" worked... the PC is offered
	%  a job and may choose either prompt7/8 to accept or prompt9/10
	%  to reject it.
	% Msg31 <I've seen them myself, and I can tell you that they're very dangerous. You sure you want a chance to face them?>
	Msg31 <Ϥ򤳤ܤǸޤ˴ǤˤˤǤޤ>
	% Msg32 <If you'd like to see these creatures yourself, I think I can arrange a meeting. They nearly ripped me to shreds... I need someone to run patrols while I recover.>
	Msg32 <⤷ʤβʪ򤽤ܤǸΤʤ顢䤬Ȳ碌Ƥޤ礦Ϥ˥ХХˤ줫ޤġ䤬ޤǥѥȥԤäƤʪɬפǤ>
	% Msg33 <You could be of use to us. If you're interested in a hunting job, I need someone to locate and destroy these creatures.>
	Msg33 <ʤʤۤäƤ⹽ޤ󡣤⤷ϥƥ󥰤λŻ뵤Сβʪ򸫤ĤݤƤʪɬפǤ>
	% Msg34 <I have a patrol mission available, if you're up for it. These creatures must be destroyed before they hurt anyone else. Do you want to take part?>
	Msg34 <⤷εΤʤ顢ѥȥλŻƤޤ¾ﳲԤФˤβʪݤʤФʤޤ󡣶ϤƤޤ>
	% Msg35 <If you'd like to work for the guardians, I could use someone to go eliminate these creatures.>
	Msg35 <⤷GuardiansΤƯΤʤ顢βʪ༣˹ԤäƤʪۤȻפäƤޤ>

	% 36 - 40 :  Combat is starting.
	% Msg36 <Good luck.>
	Msg36 <򵧤ޤ>
	% Msg37 <Break a leg... preferably one of theirs.>
	Msg37 <ӤʤĤǤвʪεӤ>
	% Msg38 <Come back here for your reward if you survive.>
	Msg38 <⤷ƤФ󽷤Ƥ>
	% Msg39 <Come back alive.>
	Msg39 <ƵäƤ>
	% Msg40 <Meet me back here once you've finished the patrol.>
	Msg40 <ѥȥ뤬ä餳صäƤ>

	% 41 - 45 :  PC has done previous mission in set
	% Msg41 <I heard that you've fought against the same monsters I did. If you want to do it again, I have a mission available.>
	Msg41 <ʤϻ䤬ä󥹥ƱΤäǤ͡⤷ޤ襤СŻƤޤ>
	% Msg42 <Those monsters you fought before? They nearly killed me... they seem to become stronger and more numerous the closer we get to their source. How'd you like to take them on again?>
	Msg42 <ʤϰˤΥ󥹥äΤǤ Ϥ˻줫ޤĤνн˶ŤˤĤ졢Ϥ궯¿ʤäƤ褦ǤޤˤƤޤ󤫡>
	% Msg43 <You have quite a reputation as a monster-slayer. We've been seeing strange creatures in this town as well... Have you come to help us?>
	Msg43 <ʤϥ󥹥༣ȤƤʤɾȽǤ衣Įˤ̯ʲʪޤġ桹褿ΤǤ>
	% Msg44 <Huh, it seems that you dealt with your monsters far better than I did with mine. I've been off on disability since fighting them last. If you're willing to face them again, I have a patrol job open.>
	Msg44 <ۤʤϻϤ뤫ˤޤ󥹥ä褦Ǥ͡ǸˤäƤ顢ϿΤԼͳˤʤäƤޤ⤷Ȥޤ襤СѥȥλŻƤޤ>
	% Msg45 <I heard that you've been assisting in the "monster" investigation. If you'd like to continue that work, I have a mission for you.>
	Msg45 <ʤϡ֥󥹥Ĵ˶ϤƤ뤽Ǥ͡⤷λŻ³Сʤ˻Żޤ>


	% 101 :  Player accepted job, then left to get ready.
	% Msg101 <Are you ready to start the mission?>
	Msg101 <ŻϤޤ>
	% 102 :  Player has refused to take job; answer to prompts 9-10.
	% Msg102 <That's disappointing. I'll find someone else.>
	Msg102 <ϻǰǤ¾οͤõȤˤޤ>
	% 103 :  Player has asked for some time to get ready.
	% Msg103 <Reload, grab something to eat, and do whatever else you have to do.>
	Msg103 <佼ʢ館¾ɬפʤȤѤޤʤ>
	% 104 :  "PLAN A" has failed, and the PC is not offered a job.
	% Msg104 <Everything that can be done is being done. Don't worry about it.>
	Msg104 <Ǥ뤳ȤϤ٤ƤäƤޤۤޤ衣>
	% 105 :  "PLAN B" has failed, and the PC is not offered a job.
	% Msg105 <I went face to face with those creatures. Maybe someday you'll see them and change your tune.>
	Msg105 <ϤβʪľֵޤĤʤ⤽Ф٤ѤǤ礦>
	% 106 :  Player doesn't want job; answer to prompts 17-19.
	% msg106 <I should get back to work now.>
	Msg106 <⤦ŻʤС>
	% 107 :  Memo
	% msg107 <\ELEMENT 2 in \SCENE EScene 2 asked you to exterminate some monsters.>
	msg107 <\SCENE EScene 2  \ELEMENT 2 󥹥༣ޤ줿>

	% 01 - 02 :  Ready to start the mission
	% Prompt1 <I'm ready to go.>
	Prompt1 <Ԥ%JG>
	% Prompt2 <Let's move out.>
	Prompt2 <ȯ褦>

	% 03 - 04 :  Need time to get ready first.
	% Prompt3 <Give me some time to get ready.>
	Prompt3 <֤򤯤졣>
	% Prompt4 <I better go check my gear first.>
	Prompt4 <ޤΤʤȡ>

	% 05 - 06 :  What is the enemy point value?
	% Prompt5 <What kind of monsters are they?>
	Prompt5 <Ϥɤʥ󥹥>
	% Prompt6 <What exactly are these creatures?>
	Prompt6 <βʪϰβʤ>

	% 07 - 08 :  After being asked if he wants a job, PC says yes.
	% Prompt7 <I'd like that.>
	Prompt7 <Ȥ⡣>
	% Prompt8 <I want to help.>
	Prompt8 <ߤ%JG>

	% 09 - 10 :  After being asked if he wants a job, PC says no.
	% Prompt9 <I don't want to get involved.>
	Prompt9 <ؤꤿʤ%JG>
	% Prompt10 <This isn't my kind of thing.>
	Prompt10 <%JFΤ褦ʻŻʤ%JG>

	% 11 - 13 : Player tries to get job using PLAN "A".
	% Heroic reputation
	% Prompt11 <You need any help?>
	Prompt11 <Ϥɬפ>
	% Prompt12 <Someone ought to protect the city.>
	Prompt12 <ïĮʤС>
	% Prompt13 <I wish there was something I could do.>
	Prompt13 <%JFˤǤ뤳ȤȤɡ>

	% 14 - 16 : Player tries to get job using PLAN "B".
	% Intimidation
	% Prompt14 <Those monsters should look out for me.>
	Prompt14 <󥹥%JFܤƤ%JG>
	% Prompt15 <I'm not scared. I can take them.>
	Prompt15 <ʤ͡%JFʤī>
	% Prompt16 <Dangerous for most people, not for me.>
	Prompt16 <Ⱦοͤˤϴ%JFϰ㤦>

	% 17 - 19 : Player doesn't much care for the job.
	% Prompt17 <Whatever.>
	Prompt17 <ɤǤ⤤>
	% Prompt18 <Let's talk about something else.>
	Prompt18 <¾ΤȤä>
	% Prompt19 <I'm not concerned about that.>
	Prompt19 <̣ʤʡ>


end

