17 lines
467 B
Plaintext
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;
|
||
|
}
|