17 lines
456 B
Plaintext
17 lines
456 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName sc_005
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/11/2004 3:31:40 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(GetPCSpeaker(), "hdfienddead") != 1))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|