17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_enfreel2
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/17/2008 9:09:42 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "enfreel2") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|