17 lines
457 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_smith1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/15/2002 4:23:59 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "JacquesFirstTimeTalked") == 1))
return FALSE;
return TRUE;
}