Battledale_PRC8/_module/nss/fr_check_sthead.nss

19 lines
513 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName fr_check_sthead
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8.8.2003 17:34:09
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "fr_statue_head"))
return FALSE;
return TRUE;
}