PRC8/nwn/nwnprc/trunk/scripts/prc_fam_quasit.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

6 lines
128 B
Plaintext

int StartingConditional()
{
//is a quasit familiar
return (GetAppearanceType(OBJECT_SELF) == APPEARANCE_TYPE_QUASIT);
}