HiddenTradition_PRC8/_module/nss/sc_havebulljerus.nss
2024-06-20 15:47:42 -04:00

17 lines
467 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_havebull
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/16/2002 3:34:23 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "HaveBullJerusalem") != 1))
return FALSE;
return TRUE;
}