Updated event system
Added caller scripts to the PC events. Full compile. Updated release.
This commit is contained in:
17
_module/nss/call_onpcchat.nss
Normal file
17
_module/nss/call_onpcchat.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
* call_onpcchat.nss
|
||||
*
|
||||
* OnPlayerChat event caller
|
||||
*
|
||||
*
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("prc_onplayerchat", OBJECT_SELF);
|
||||
|
||||
ExecuteScript("on_player_chat", OBJECT_SELF);
|
||||
|
||||
}
|
Reference in New Issue
Block a user