Scene 0 2
	% V1 = Chat Status with Transport Driver
	%   if 1 then driver has already spoken.
	%   if 2 then driver ready to surrender.

	WildMap

	Start <if= V1 0  ForceChat -1  V= 1 1>

sub
	rect 10 10
	name <Open area>

	Team 1
	SetEnemy 2 3

	Team 2
	SetEnemy 1
	SetAlly 3

	Team 3
	Stat 1 4
	SetEnemy 1


	Persona -1
	% V2 = Message Randomizer
	greeting <EndChat if= L1 2 else GoNoSurrender Say d5 Reputation 6 1 XPV 250>
	GoNoSurrender <if= L1 1 else GoFirstTime SayAnything>
	GoFirstTime <L= 1 1 V=2 5 V+ 2 d5 say V2 AddChat d3 V= 2 3 V+ 2 d3 AddChat V2 V= 2 6 V+ 2 d3 AddChat V2>

	result1 <EndChat Reputation 2 1 V= 2 10 V+ 2 d5 Say V2>
	result2 <Goto result1>
	result3 <Goto result1>

	result4 <Reputation 4 -d8  Goto Go_r456>
	result5 <Reputation 4  d8  Goto Go_r456>
	result6 <Reputation 5  d8  Goto Go_r456>
	Go_r456 <EndChat  V= 2 10 V+ 2 d5 Say V2>

	result7 <EndChat Reputation 7 d4  V= 2 10 V+ 2 d5 Say V2>
	result8 <Reputation 3 d8 Goto result7>
	result9 <Goto result7>

	Msg1 <I surrender! I'm just a driver, I had nothing to do with anything!>
	Msg2 <Don't shoot! I'll come quietly, I promise!>
	Msg3 <I surrender! I swear, I'm just their driver, I don't know what they have in the back...>
	Msg4 <I give up! You've got to protect me, they said they'd have me killed if this truck was captured!>
	Msg5 <I surrender! I don't want to die!>

	Msg6 <Get back. You've breached our security area... My guards are going to let you have it if you don't leave now.>
	Msg7 <This is a protected shipment. If you don't want to die, you'll get out of the way now.>
	Msg8 <You've breached our security zone. If you don't leave right away, my guards will be perfectly justified in killing you.>
	Msg9 <This is your first and only warning. Move away from this convoy immediately or my guards will open fire.>
	Msg10 <Do you really want to die? This convoy is protected by mecha... Get out of my security zone, or I'll have them open you like a tin of beans.>

	Msg11 <It's too late for you, it's too late for all of us...>
	Msg12 <We outnumber you, therefore you will die...>
	Msg13 <Guards, attack! They can't be allowed to capture this truck!>
	Msg14 <Guards, don't just stand there, attack!>
	Msg15 <...>

	Prompt1 <I'm a guardian. Pull over and power down.>
	Prompt2 <Show me your license and registration.>
	Prompt3 <This is the police. Power down your mecha.>

	Prompt4 <I've been wanting a fight today. Let's go!>
	Prompt5 <You can attack, but I may defend myself...>
	Prompt6 <You want to fight? Could be entertaining...>

	Prompt7 <I just need to ask some questions.>
	Prompt8 <I'd like to talk with you for a while.>
	Prompt9 <Tell me what you know about the organ thief.>

end
inv
	GroundHugger 8
	name <Transport>
	home <Open area>
	SetTeam 3
	sub
		mod Body
		armor 8
		sub
			Sensor 1
			CPIT
			sub
				NPC Trucker
				SetPersona -1
			end
		end

		mod storage
		name <Track Housing>
		armor 8
		sub
			Tracks 16
		end
	end

end
