RATDOG/_module/nss/sc_029.nss

19 lines
495 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_029
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/16/2005 3:45:09 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "ZEP_HOLYSYMBOLhec"))
return FALSE;
return TRUE;
}