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

17 lines
452 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_uli1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/21/2002 9:45:40 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "UliFirstTimeTalked") == 1))
return FALSE;
return TRUE;
}