Aantioch_Infernum/_module/nss/drowpriestgetvr1.nss

17 lines
467 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: 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;
}