dmlary / morrow

Ruby ECS-based MUD server
MIT License
4 stars 1 forks source link

Tunnel, Teleport, and Hook rework #51

Closed dmlary closed 4 years ago

dmlary commented 4 years ago

Ran into some design problems while working on #45, with the Hook script_config. There was no way to easily communicate what the key/value pairs were for each different script_config based on the script the Hook pointed at.

So I've re-examined Tunnels, Teleport, and Hook and come up with a more simplistic architecture that may avoid the problem for now.

Changes