17 lines
413 B
Plaintext
17 lines
413 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_sailorchat_01
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/23/2003 1:02:06 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Add the randomness
|
|
if(Random(100) >= 25)
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|