Aantioch_Infernum/_module/nss/drowpriestgetvr1.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

17 lines
467 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName drowpriestgetvr1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 19/01/2004 22:22:35
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(OBJECT_SELF, "drow_priest_talk") == 1))
return FALSE;
return TRUE;
}