14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
// prc_onplayerchat,mn_onchat
|
|
/////////////////////////////////////////////////////////////////////
|
|
//
|
|
// This script has been auto-generated by HakInstaller to call
|
|
// multiple handlers for the onplayerchat event.
|
|
//
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("prc_onplayerchat", OBJECT_SELF);
|
|
ExecuteScript("mn_onchat", OBJECT_SELF);
|
|
}
|