NWNDS/nwnds_module/ka_glandhuntin15.nss

10 lines
130 B
Plaintext
Raw Normal View History

int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetLocalInt(oPC, "glandhunt") != 15) return FALSE;
return TRUE;
}