NWNDS/nwnds_module/ka_coochkurik.nss

9 lines
146 B
Plaintext
Raw Normal View History

int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetItemPossessedBy(oPC, "coourik") == OBJECT_INVALID) return FALSE;
return TRUE;
}