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

17 lines
444 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_sphinx1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/12/28 18:32:09
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "SphinxPyramid") == 1))
return FALSE;
return TRUE;
}