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