Battledale_PRC8/_module/nss/tri_checklichrin.nss

19 lines
501 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName tri_checklichrin
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 27.2.2004 14:51:37
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "tri_lichreward0"))
return FALSE;
return TRUE;
}