[12676] AI-Event throwing and receiving implementation

Add new AI hooks to
* SendAIEvent (either around the npc, or to a specified npc)
* ReceiveAIEvent (hook to receive sent events)
This commit is contained in:
Schmoozerd 2013-08-19 16:32:06 +03:00 committed by Antz
parent 60a7bec73f
commit c7a07a7dc6
5 changed files with 141 additions and 63 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12675"
#define REVISION_NR "12676"
#endif // __REVISION_NR_H__