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

17 lines
448 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_archbish1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/08/14 14:23:16
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "ArchbishopQuest") == 1))
return FALSE;
return TRUE;
}