generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
10
_module/nss/conv_check4.nss
Normal file
10
_module/nss/conv_check4.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
int StartingConditional()
|
||||
{ object oPC = GetPCSpeaker();
|
||||
int iPageLen = 10;
|
||||
int iPage = GetLocalInt(oPC, "iConvPage");
|
||||
int iTotalItems = GetLocalInt(oPC, "iConvTotal");
|
||||
|
||||
int iPageTotal = iTotalItems - (iPage * iPageLen);
|
||||
|
||||
return (iPageTotal >= 4);
|
||||
}
|
||||
Reference in New Issue
Block a user