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