17 lines
443 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_004
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/23/2002 2:43:12 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "spokentoguard") == 2))
return FALSE;
return TRUE;
}