HoS_PRC8/_mod/_module/nss/is_level7p.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

8 lines
205 B
Plaintext

int StartingConditional()
{
object oPC=GetPCSpeaker();
int nLevel=GetLevelByPosition(1,oPC)+GetLevelByPosition(2,oPC)+GetLevelByPosition(3,oPC);
if (nLevel>=7) return TRUE;
return FALSE;
}