Alangara_PRC8/_module/nss/bo_chkkittyscert.nss

19 lines
508 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
//::///////////////////////////////////////////////
//:: FileName bo_chkkittyscert
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/8/2006 11:41:33 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "bo_kittyscertificate"))
return FALSE;
return TRUE;
}