17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_032
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/24/2003 10:29:34 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "thirtysomething") < 30))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|