17 lines
286 B
Plaintext
17 lines
286 B
Plaintext
//:://////////////////////////////////////////////
|
|
/*
|
|
* call_onpcchat.nss
|
|
*
|
|
* OnPlayerChat event caller
|
|
*
|
|
*
|
|
*/
|
|
//:://////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("prc_onplayerchat", OBJECT_SELF);
|
|
|
|
ExecuteScript("on_player_chat", OBJECT_SELF);
|
|
|
|
} |