Lankhmar_PRC8/_module/nss/random_conv.nss

17 lines
421 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
//::///////////////////////////////////////////////
//:: FileName bognar_get1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/21/2003 10:20:17 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Add the randomness
if(Random(5) >= 1)
return FALSE;
return TRUE;
}