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

17 lines
448 B
Plaintext

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