2024-06-20 15:47:42 -04:00

19 lines
519 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_has_fenberry
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/16/2003 11:45:14 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "NW_IT_MSMLMISC07"))
return FALSE;
return TRUE;
}