Amon_PRC8/_module/nss/delete1.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

25 lines
646 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName delete1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/22/2009 12:29:45 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "orb1"))
return FALSE;
if(!HasItem(GetPCSpeaker(), "orb2"))
return FALSE;
if(!HasItem(GetPCSpeaker(), "orb3"))
return FALSE;
if(!HasItem(GetPCSpeaker(), "orb4"))
return FALSE;
return TRUE;
}