UW2_PRC8/_module/nss/call_onpcchat.nss
Jaysyn904 f69e979e53 Updated event system
Added caller scripts to the PC events.  Full compile.  Updated release.
2023-11-13 13:16:17 -05:00

17 lines
286 B
Plaintext

//:://////////////////////////////////////////////
/*
* call_onpcchat.nss
*
* OnPlayerChat event caller
*
*
*/
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("prc_onplayerchat", OBJECT_SELF);
ExecuteScript("on_player_chat", OBJECT_SELF);
}