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

17 lines
455 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_isang1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/16/2002 1:37:48 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "IsangFirstTimeTalked") == 1))
return FALSE;
return TRUE;
}