PWE_PRC8/_module/_removed/dynconv_next_w.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

13 lines
248 B
Plaintext

#include "inc_array"
int StartingConditional()
{
object oPC = GetPCSpeaker();
int nOffset = GetLocalInt(oPC, "ChoiceOffset");
if(nOffset+10 <= array_get_size(oPC, "ChoiceTokens"))
return TRUE;
else
return FALSE;
}