17 lines
432 B
Plaintext
17 lines
432 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_015
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/11/2004 9:24:37 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "as") != 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|