namespace = "ZDoom";
include = "DIALOG00";

conversation{actor = "Oracle";
	page{//1
		name = "Oracle"; panel = "M_Oracle"; voice = "ORC01";
		dialog = "What is the wisdom you seek, simple one?";
		choice{
			text = "Tell me about the Sigil.";
			giveitem = "OpenDoor222";
			nextpage = 2;
			closedialog = false;}}
	page{//2
		name = "Oracle"; panel = "M_Oracle"; voice = "ORC02";
		dialog = "I feel one fragment resonate within you. The second lies at the heart of the crimson and obsidian tower. There, you must combat the Bishop, who is aware, and awaits you. You will find him by following his symbol of power. Take this token to the Keymaster. Return to me after you have slain the beast.";
		choice{
			text = "I'll pry it from his dead hands.";
			log = "LOG1020";
			giveitem = "OraclePass";
			nextpage = 3;
			closedialog = false;}}
	page{//3
		name = "Oracle"; panel = "M_Oracle"; voice = "ORC03";
		dialog = "Although the Bishop is formidable, this quest is slight. Return to me when you possess the next fragment.";
		link = 4;
		ifitem{item = "QuestItem21";}} // 'Destroy Bishop' Mission Completed
	page{//4
		name = "Oracle"; panel = "M_Oracle"; voice = "ORE01";
		dialog = "Your next challenge will test your spirit. The third piece is held by your own leader. He is the same as that which he sends you to kill.";
		choice{
			text = "Macil? Are you sure?";
			giveitem = "MSfiXd_Gold500";
			nextpage = 5;
			closedialog = false;}}
	page{//5
		name = "Oracle"; panel = "M_Oracle"; voice = "ORE02";
		dialog = "Your blind faith has allowed him to advance to his goals with each piece you gain. Confront him and resolve your fate.";
		link = 8;
		ifitem{item = "QuestItem24";} // 'Destroy Bishop' Mission Completed
		choice{
			text = "Macil's gonna pay for this!";
			log = "LOG1023";
			giveitem = "QuestItem22";
			nextpage = 6;
			closedialog = false;}
		choice{
			text = "...It's you I don't trust.";
			giveitem = "QuestItem22";
			nextpage = 6;
			closedialog = false;}}
	page{//6
		name = "Oracle"; panel = "M_Oracle"; voice = "ORC04";
		dialog = "Whatever choice you make your kind shall perish under the will of the One God.";
		link = 8;
		ifitem{item = "QuestItem24";} // 'Destroy Bishop' Mission Completed
		choice{
			text = "I'll be back when Macil's dead.";
			log = "LOG1027";
			giveitem = "OpenDoor222";
			nextpage = 7;
			closedialog = false;}
		choice{
			text = "I won't let it happen.";
			giveitem = "RaiseAlarm";
			nextpage = 13;
			closedialog = false;}}
	page{//7
		name = "Oracle"; panel = "M_Oracle"; voice = "ORTBL";
		dialog = "The river of time moves forever onward, while you stand still.";
		link = 8;
		ifitem{item = "QuestItem24";}} // 'Destroy Bishop' Mission Completed
	page{//8
		name = "Oracle"; panel = "M_Oracle"; voice = "ORC05";
		dialog = "You have cut the cancer from your body, but your heart still beats. Next you must find the surgeon who butchers and controls your people; the Loremaster. Stop him, and the next piece will be yours.";
		choice{
			text = "Where's he hiding?";
			log = "LOG1025";
			giveitem = "PrisonPass";
			nextpage = 9;
			closedialog = false;}}
	page{//9
		name = "Oracle"; panel = "M_Oracle"; voice = "ORC06";
		dialog = "Use the Teleporter behind the door I just opened to reach The Loremaster. When he is dead, use the same device to return to me.";
		choice{
			text = "I'll be going.";
			log = "LOG1026";
			giveitem = "MSfiXd_Gold500";
			nextpage = 10;
			closedialog = true;}}
	page{//10
		name = "Oracle"; panel = "M_Oracle"; voice = "ORTBL";
		dialog = "The river of time moves forever onward, while you stand still.";
		link = 11;
		ifitem{item = "QuestItem26";}} // 'Destroy Loremaster' Mission Completed
	page{//11
		name = "Oracle"; panel = "M_Oracle"; voice = "LOM03";
		dialog = "Pitiful man, you have done what thousands have failed to do... You bring me the power of the Sigil, the voice of the One God.";
		choice{
			text = "What?! No!";
			nextpage = 12;
			closedialog = false;}}
	page{//12
		name = "Oracle"; panel = "M_Oracle"; voice = "LOM04";
		dialog = "The Sigil will open the door and free the spirit which will cleanse this planet and let me live forever. I will strip this world of its energies and find new worlds to conquer.";
		choice{
			text = "You think I'd let that happen?!";
			giveitem = "RaiseAlarm";
			nextpage = 13;
			closedialog = false;}}
	page{//13
		name = "Oracle"; panel = "M_Oracle"; voice = "LOM05";
		dialog = "YOU CAN IF YOU'RE DEAD.";}}