Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
13
_module/nss/hif_onplayerdeat.nss
Normal file
13
_module/nss/hif_onplayerdeat.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
// prc_ondeath,en3_death
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// This script has been auto-generated by HakInstaller to call
|
||||
// multiple handlers for the onplayerdeath event.
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("prc_ondeath", OBJECT_SELF);
|
||||
ExecuteScript("en3_death", OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user