LoD_PRC8/_module/nss/ba2_3iandra.nss
Jaysyn904 94990edc60 Initial Upload
Initial Upload
2023-09-21 21:20:34 -04:00

9 lines
163 B
Plaintext

int StartingConditional()
{
object oWise = GetObjectByTag("ba2_numgive");
if(!(GetLocalInt(oWise, "Sattuma") == 3))
return FALSE;
return TRUE;
}