Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

8 lines
195 B
Plaintext

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