RATDOG/_module/nss/sc_110.nss

21 lines
541 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_110
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/8/2005 3:43:33 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "item012"))
return FALSE;
if(!HasItem(GetPCSpeaker(), "item074"))
return FALSE;
return TRUE;
}