19 lines
546 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName jw_chk_zr_pend
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 13/08/2002 23:17:37
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(), "jw_zraela_pendant")))
return FALSE;
return TRUE;
}