WoR_PRC8/_module/nss/hif_onplayerchat.nss

14 lines
416 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
// prc_onplayerchat,rhun_on_plyrchat
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerchat event.
//
/////////////////////////////////////////////////////////////////////
void main()
{
ExecuteScript("prc_onplayerchat", OBJECT_SELF);
ExecuteScript("rhun_on_plyrchat", OBJECT_SELF);
}