#include "prc_inc_spells" int StartingConditional() { if(MyPRCGetRacialType(GetPCSpeaker()) == RACIAL_TYPE_HALFORC) return TRUE; return FALSE; }