Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
9
nwn_dark_sun/sc_trigcoldyintk.nss
Normal file
9
nwn_dark_sun/sc_trigcoldyintk.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
if(GetIsPC(GetEnteringObject()) &&
|
||||
GetLocalInt(GetEnteringObject(),"NW_JOURNAL_ENTRY" + "jt_unearthed") == 1)
|
||||
{
|
||||
AssignCommand(GetEnteringObject(),SpeakOneLinerConversation("cv_coldyintakatt"));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user