EN4_PRC8/_module/nss/qst_ed4.nss

19 lines
215 B
Plaintext
Raw Permalink Normal View History

#include "rd_questinc"
#include "nw_i0_tool"
int StartingConditional()
{
object oPC;
int iResult;
oPC = GetPCSpeaker();
iResult = FALSE;
if (HasItem(oPC, "en3_heirloom"))
iResult = TRUE;
return iResult;
}