17 lines
458 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_egcp1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/17/2002 8:55:37 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "EGCPriestFirstTimeTalked") == 1))
return FALSE;
return TRUE;
}