RanvierMUD / core

Core engine code for Ranvier
https://ranviermud.com
MIT License
45 stars 40 forks source link

Room does not proxy npcEnter/npcLeave like it does for players #37

Closed atarsha closed 5 years ago

atarsha commented 5 years ago

There is no way to set up a listener for a player to capture a npcEnter event because it is emitted to the room but not proxied down to the player.

shawncplus commented 5 years ago

Closed in #39