Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
9
nwn_dark_sun/ka_glandhuntin15.nss
Normal file
9
nwn_dark_sun/ka_glandhuntin15.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (GetLocalInt(oPC, "glandhunt") != 15) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user