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

17 lines
458 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_michel1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/14/2002 12:19:30 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "MichelFirstTimeTalked") == 1))
return FALSE;
return TRUE;
}