Battledale_PRC8/_module/nss/sc_swim_medium.nss

9 lines
162 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
int nSB = GetLocalInt(OBJECT_SELF, "SWIM_BONUS");
iResult = ((nSB >= 4)&&(nSB < 8));
return iResult;
}