TheHordeOrcs_PRC8/_module/nss/letter_invent.nss

19 lines
526 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName letter_invent
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/9/2002 11:25:29 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!CheckPartyForItem(GetPCSpeaker(), "HD_FangrotLetter"))
return FALSE;
return TRUE;
}