Battledale_PRC8/_module/nss/jw_chk_elf_book.nss

19 lines
541 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName jw_chk_elf_book
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 06/09/2002 21:39:08
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(), "jw_elf_book")))
return FALSE;
return TRUE;
}