///show if left hand = undead int StartingConditional() { if (GetCreatureBodyPart(CREATURE_PART_LEFT_HAND, GetPCSpeaker()) == CREATURE_MODEL_TYPE_UNDEAD) return TRUE; else return FALSE; }