Alangara_PRC8/_module/nss/ke_xumbarhoved.nss

19 lines
499 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
//::///////////////////////////////////////////////
//:: FileName ke_xumbarhoved
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 29-03-2004 21:14:47
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "ke_xumbarhoved"))
return FALSE;
return TRUE;
}