/////////////////////////////// // Dragon's Edge // by Charly Carlos /////////////////////////////// // Used during conversation. Checking if the player has atleast 50 gold. /////////////////////////////// int StartingConditional() { int iResult; iResult = (GetGold(GetPCSpeaker())>= 50); return iResult; }