PGCC_PRC8/_module/nss/vtw_recallstone.nss

19 lines
513 B
Plaintext
Raw Normal View History

2024-10-09 14:17:22 -04:00
//::///////////////////////////////////////////////
//:: FileName vtw_recallstone
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/23/2006 2:41:12 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(HasItem(GetPCSpeaker(), "NW_IT_RECALL"))
return FALSE;
return TRUE;
}