7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
// not member of mage guild
|
|
int StartingConditional()
|
|
{
|
|
if (GetLocalInt(GetPCSpeaker(),"nMGMember")<1) return TRUE;
|
|
return FALSE;
|
|
}
|