WoR_PRC8/_module/nss/sha_grt_eye2.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

11 lines
210 B
Plaintext

int StartingConditional()
{
int iResult = GetLocalInt(GetPCSpeaker(), "BROWSE_NEXT");
if(!iResult)
{
return TRUE;
}
DeleteLocalInt(GetPCSpeaker(), "BROWSE_NEXT");
return FALSE;
}