Battledale_PRC8/_module/nss/fr_hide_check.nss

19 lines
534 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName fr_hide_check
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 23.11.2002 2:55:33
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(), "jw_hide")))
return FALSE;
return TRUE;
}