Battledale_PRC8/_module/nss/fr_catapult_key.nss

19 lines
508 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName fr_catapult_key
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9.2.2003 3:03:16
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!CheckPartyForItem(GetPCSpeaker(), "fr_catapult_key"))
return FALSE;
return TRUE;
}