Battledale_PRC8/_module/nss/tri_web_check.nss

19 lines
548 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")&& (GetGold(GetPCSpeaker())>3999))
return TRUE;
return FALSE;
}