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

17 lines
448 B
Plaintext

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