Files
Anphillia_PRC8/_module/nss/hif_onplayerchat.nss
Jaysyn904 f00c9f7382 2026/02/06 Update
Updated NWNxEE libraries.
Full compile.
2026-02-06 12:34:03 -05:00

13 lines
400 B
Plaintext

// prc_onplayerchat,mod_onchat
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerchat event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("mod_onchat", OBJECT_SELF);
ExecuteScript("prc_onplayerchat", OBJECT_SELF);
}