Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
13
nwn_dark_sun/hif_onclientleav.nss
Normal file
13
nwn_dark_sun/hif_onclientleav.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
// prc_onleave, ar_def_onleave
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// This script has been auto-generated by HakInstaller to call
|
||||
// multiple handlers for the onacquireitem event.
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("prc_onleave", OBJECT_SELF);
|
||||
ExecuteScript("ar_mod_onleave", OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user