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

17 lines
457 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_andras1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/31/2002 5:56:06 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "AndrasFirstTimeTalked") == 1))
return FALSE;
return TRUE;
}