PGCC_PRC8/_module/nss/vtw_armu.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

8 lines
197 B
Plaintext

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