namespace = "ZDoom";
include = "DIALOG00";
conversation{actor = "MSfiXd_AcolyteRed";
	page{//1
		name = "Foreman"; panel = "M_GUARD2";
		dialog = "What are you doing here?";
		choice{
			text = "Routine inspection.";
			yesmessage = "All right, carry on.";
			nextpage = 2;
			closedialog = true;}
		choice{
			text = "Repairing the... transfluxor.";
			yesmessage = "The what?! Sound the alarm; we have an intruder!";
			giveitem = "RaiseAlarm";
			nextpage = 2;
			closedialog = true;}}
	page{//2
		name = "Foreman";
		panel = "M_GUARD2";
		dialog = "You've snuck your way in here, but we'll find out how, soon enough!";}
	page{//3
		name = "Foreman";
		panel = "M_GUARD2";
		dialog = "Continue your duties.";}}			
conversation{actor = "MSfiXd_Peasant10"; page{name = "Technician"; dialog = "RANDOM_ORDTECH";}}
conversation{actor = "MSfiXd_Peasant11"; page{name = "Technician"; dialog = "RANDOM_ORDTECH";}}