7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
|
// elite and no key of mage guild
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if (GetLocalInt(GetPCSpeaker(),"nMGMember")<2) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|