PWE_PRC8/_module/nss/ls_haskeh_book.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

19 lines
507 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName ls_haskeh_book
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 27-12-2002 00:24:25
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!CheckPartyForItem(GetPCSpeaker(), "bookofkehaar"))
return FALSE;
return TRUE;
}