LoT_PRC8/_module/nss/zep_not_robe.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

7 lines
153 B
Plaintext

int StartingConditional()
{
if (GetLocalInt(GetPCSpeaker(),"ZEP_CR_PART")!=ITEM_APPR_ARMOR_MODEL_ROBE)
return TRUE;
else return FALSE;
}