HoS_PRC8/_mod/_module/nss/mg_not_elite.nss

7 lines
146 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// elite and no key of mage guild
int StartingConditional()
{
if (GetLocalInt(GetPCSpeaker(),"nMGMember")<2) return TRUE;
return FALSE;
}