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

17 lines
438 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_worship
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/11/18 23:41:15
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "Worship") == 1))
return FALSE;
return TRUE;
}