7 lines
211 B
Plaintext
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;
|
||
|
}
|