Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
// prc_ondying,mod_dying
|
|
/////////////////////////////////////////////////////////////////////
|
|
//
|
|
// This script has been auto-generated by HakInstaller to call
|
|
// multiple handlers for the onplayerdying event.
|
|
//
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("prc_ondying", OBJECT_SELF);
|
|
ExecuteScript("mod_dying", OBJECT_SELF);
|
|
}
|