7 lines
211 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// elite and no key of mage guild
int StartingConditional()
{
if (GetLocalInt(GetPCSpeaker(),"nMGMember")>1&&GetItemPossessedBy(GetPCSpeaker(),"MG_PrivLib")==OBJECT_INVALID) return TRUE;
return FALSE;
}