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