NWNDS/nwnds_module/ta_hashead.nss

6 lines
137 B
Plaintext
Raw Normal View History

int StartingConditional()
{
int nShow = OBJECT_INVALID != GetItemPossessedBy(GetPCSpeaker(), "QST_LASKCHFHEAD");
return nShow;
}