PoA_PRC8/_module/nss/fenliascheck.nss

16 lines
463 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: 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(), "HouseFenLissCrest");
return oItem != OBJECT_INVALID;
}