Aantioch_Infernum/_module/nss/chk_dryad_2.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

13 lines
296 B
Plaintext

#include "nw_i0_tool"
int StartingConditional()
{
int iResult;
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "dryadboots")) // Item ResRef here
(GetLocalInt(GetPCSpeaker(),"DryadQuest")==2);
return FALSE;
return iResult;
}