PWE_PRC8/_module/nss/sd_forge_condnex.nss

11 lines
250 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
#include "sd_forge_util"
int StartingConditional()
{
int iResult;
int iCurrentPage = Forge_GetCurrentPage(GetLastSpeaker()) + 1;
iResult = ((iCurrentPage * 10) < (GetLocalInt(GetLastSpeaker(), "ForgeItemCount")));
return iResult;
}