///////////////////////////////////// // Dragon's Edge // by Charly Carlos ///////////////////////////////////// // Checks if the player has solved the jail quest and Guurk is alive. ///////////////////////////////////// int StartingConditional() { int iResult; iResult = GetLocalInt(GetModule(), "nWaymootQuest2")== 6; return iResult; }