17 lines
439 B
Plaintext
17 lines
439 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_020
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/18/2003 7:28:40 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "nevermind") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|