///////////////////////////////////// // Dragon's Edge // by Charly Carlos ///////////////////////////////////// // Check if the player has rescued Winzerand has reported back to Jenak ///////////////////////////////////// int StartingConditional() { int iResult; iResult = GetLocalInt(GetModule(), "nJenakQuest")== 3; return iResult; }