Aantioch_Infernum/_module/nss/asg_resdeskprev.nss

9 lines
208 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
int StartingConditional()
{
int iResult = FALSE;
int iCurListPoint = GetLocalInt(OBJECT_SELF,"ASG_MIC_CURRENTLISTPOINT");
int iK = iCurListPoint; if (iK>=7) iResult = TRUE;
return iResult;
}