UW2_PRC8/_module/nss/humsac.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

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;
}