///////////////////////////////////// // Dragon's Edge // by Charly Carlos ///////////////////////////////////// // Checks if the player has spoken to Warden Fratz about the orc problem. ///////////////////////////////////// int StartingConditional() { int iResult; iResult = GetLocalInt(GetModule(), "nWaymootQuest2")== 3; return iResult; }