Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
17
nwn_dark_sun/ka_onhuntquest1.nss
Normal file
17
nwn_dark_sun/ka_onhuntquest1.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
int nInt;
|
||||
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYhuntandgather1");
|
||||
|
||||
if (nInt < 1)
|
||||
return FALSE;
|
||||
|
||||
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYhuntandgather1");
|
||||
|
||||
if (nInt >= 2)
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user