17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_bshcse
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/18/2008 8:14:45 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "bshcse") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|