//:://///////////////////////////////////////////// //:: FileName chkfaykin //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 4/3/06 3:56:51 AM //::////////////////////////////////////////////// #include "prc_inc_racial" int StartingConditional() { int nRace = MyPRCGetRacialType(GetPCSpeaker()); return (nRace == RACIAL_TYPE_ELF || nRace == RACIAL_TYPE_GNOME || nRace == RACIAL_TYPE_FEY); }