Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
12
nwn_dark_sun/ka_urikva7.nss
Normal file
12
nwn_dark_sun/ka_urikva7.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Inspect local variables
|
||||
if(!(GetLocalInt(GetPCSpeaker(), "NW_JOURNAL_ENTRY" + "urikva") == 7))
|
||||
return FALSE;
|
||||
|
||||
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user