Aantioch_Infernum/_module/nss/royalsealchk.nss

19 lines
479 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName royalsealchk
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "sarumroyalseal"))
return FALSE;
return TRUE;
}