Files
HeroesStone_PRC8/_module/nss/hif_onplayerchat.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

14 lines
412 B
Plaintext

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