17 lines
459 B
Plaintext
Raw Permalink Normal View History

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