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

11 lines
250 B
Plaintext

#include "sd_forge_util"
int StartingConditional()
{
int iResult;
int iCurrentPage = Forge_GetCurrentPage(GetLastSpeaker()) + 1;
iResult = ((iCurrentPage * 10) < (GetLocalInt(GetLastSpeaker(), "ForgeItemCount")));
return iResult;
}