Amon_PRC8/_module/nss/has_bl_item3.nss

18 lines
518 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName has_bl_item3
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/29/2004 11:59:14 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetItemPossessedBy(oPC, "bl_item3") == OBJECT_INVALID) return FALSE;
if (GetItemPossessedBy(oPC, "BL4") == OBJECT_INVALID) return FALSE;
return TRUE;
}