PWE_PRC8/_module/nss/kural_quest_hed1.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

19 lines
512 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName dante_quest_hed1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/7/2004 3:36:18 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "KuralsHead"))
return FALSE;
return TRUE;
}