Fixed CCOH, Fixed starting GP, Fixed DMFI languages, Fix cep weapon appearances, Fixed new player start up system. Added PC deleter. Added ACP 4.1. Full compile. Updated release archive.
14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
// prc_ondying,nw_o0_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("nw_o0_dying", OBJECT_SELF);
|
|
}
|