17 lines
437 B
Plaintext
17 lines
437 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_bash04
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/11/2008 8:05:37 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "bash") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|