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

17 lines
453 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_informpriest
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/21/2002 10:00:05 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "InformPriest") == 1))
return FALSE;
return TRUE;
}