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