2024-06-20 15:47:42 -04:00

17 lines
457 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_miller1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/31/2002 4:29:52 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "MillerFirstTimeTalked") == 1))
return FALSE;
return TRUE;
}