Files
Anphillia_PRC8/_module/nss/zep_not_robe.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

7 lines
153 B
Plaintext

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