--- deliantra/server/include/eventinc.h 2006/08/29 05:29:48 1.14 +++ deliantra/server/include/eventinc.h 2006/08/29 07:54:38 1.15 @@ -37,10 +37,12 @@ def (PLAYER, DEATH) // (player) def (PLAYER, MAP_CHANGE) // (player oldmap newmap) def (PLAYER, EXTCMD) // (player string) +def (PLAYER, MOVE) // (player direction -- ) def (PLAYER, PRAY_ALTAR) // (player altar skill -- ) -def (PLAYER, TELL) // (player -- ) -def (PLAYER, SAY) // (player --) -def (PLAYER, SHOUT) // (player --) +def (PLAYER, TELL) // (player name message -- ) +def (PLAYER, SAY) // (player message --) +def (PLAYER, CHAT) // (player message --) +def (PLAYER, SHOUT) // (player message --) def (MAP, INSTANTIATE) // (map) def (MAP, REATTACH) // (map) def (MAP, DESTROY) // (map)