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

17 lines
472 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_amanda1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/13/2002 9:11:21 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "AmandaFirstTimeTalked") == 1))
return FALSE;
return TRUE;
}