#include "quest_inc" int StartingConditional() { object oPC = GetPCSpeaker(); int nSkill = GetLocalInt(OBJECT_SELF, "Diplomacy"); int nDC = GetAdjustedSkillDC(oPC); if (GetIsSkillSuccessful(oPC, nSkill, nDC)) return TRUE; return FALSE; }