Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

17 lines
464 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_headless01
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/25/2002 7:33:00 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "HeadlessTalk") == 1))
return FALSE;
return TRUE;
}