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

17 lines
449 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_ug1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/15/2002 6:55:00 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "UgFirstTimeTalked") == 1))
return FALSE;
return TRUE;
}