//:://////////////////////////////////////////////
/*
*	call_onpcchat.nss
*
*	OnPlayerChat event caller
*
*
*/
//:://////////////////////////////////////////////

void main()
{
   ExecuteScript("prc_onplayerchat", OBJECT_SELF);
   
   ExecuteScript("on_player_chat", OBJECT_SELF);
   
}