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