int StartingConditional() { object oPC = GetPCSpeaker(); if (!GetIsSkillSuccessful(oPC, 37, 12)) return FALSE; // 37 = Climb return TRUE; }