2023-08-08 16:22:17 -04:00
|
|
|
// prc_ondeath,_ondeath
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// This script has been auto-generated by HakInstaller to call
|
|
|
|
// multiple handlers for the onplayerdeath event.
|
|
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
void main()
|
|
|
|
{
|
|
|
|
ExecuteScript("prc_ondeath", OBJECT_SELF);
|
2023-09-06 17:57:36 -05:00
|
|
|
ExecuteScript("_ondeath", OBJECT_SELF);
|
2023-08-08 16:22:17 -04:00
|
|
|
}
|