Initial Upload
Initial Upload
This commit is contained in:
10
_module/nss/sd_forge_condnex.nss
Normal file
10
_module/nss/sd_forge_condnex.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "sd_forge_util"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
int iCurrentPage = Forge_GetCurrentPage(GetLastSpeaker()) + 1;
|
||||
|
||||
iResult = ((iCurrentPage * 10) < (GetLocalInt(GetLastSpeaker(), "ForgeItemCount")));
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user