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

17 lines
441 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_mera1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/7/2003 11:30:46 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "Mera1st") == 1))
return FALSE;
return TRUE;
}