16 lines
460 B
Plaintext
16 lines
460 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName beetlejuice
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/13/2002 12:14:41 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oItem = GetItemPossessedBy(GetPCSpeaker(), "HumanSacrifice");
|
||
|
return oItem != OBJECT_INVALID;
|
||
|
}
|
||
|
|