UW2_PRC8/_module/nss/call_onpcchat.nss

17 lines
286 B
Plaintext
Raw Permalink Normal View History

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