17 lines
453 B
Plaintext
17 lines
453 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName aid_0
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/10/2004 9:59:16 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "barswitch") == 0))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|