17 lines
464 B
Plaintext
17 lines
464 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_headless01
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/25/2002 7:33:00 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "HeadlessTalk") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|