RATDOG/_module/nss/sc_032.nss

19 lines
494 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_032
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/21/2005 5:38:10 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "GoldPortalAmulet"))
return FALSE;
return TRUE;
}