Battledale_PRC8/_module/nss/jw_chk_ogamulet.nss

19 lines
510 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName jw_chk_ogamulet
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 22/08/2002 21:51:20
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!CheckPartyForItem(GetPCSpeaker(), "jw_ogre_amulet"))
return FALSE;
return TRUE;
}