Alangara_PRC8/_module/nss/bo_chkurhur.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

19 lines
503 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName bo_chkurhur
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/8/2006 11:41:03 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "bo_urhurscertificate"))
return FALSE;
return TRUE;
}