HoS_PRC8/_mod/_module/nss/mg_elite_nokey.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

7 lines
211 B
Plaintext

// elite and no key of mage guild
int StartingConditional()
{
if (GetLocalInt(GetPCSpeaker(),"nMGMember")>1&&GetItemPossessedBy(GetPCSpeaker(),"MG_PrivLib")==OBJECT_INVALID) return TRUE;
return FALSE;
}