generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
13
_module/nss/hif_onplayerdyin.nss
Normal file
13
_module/nss/hif_onplayerdyin.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
// prc_ondying,habd_onpcdying
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// This script has been auto-generated by HakInstaller to call
|
||||
// multiple handlers for the onplayerdying event.
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("prc_ondying", OBJECT_SELF);
|
||||
ExecuteScript("habd_onpcdying", OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user