17 lines
472 B
Plaintext
17 lines
472 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName bs_begalignchk3
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/28/2003 1:04:20 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "bs_beggeralignchk2") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|