MoreOutput / RockMUD

Node Websocket MUD Server. Demo: https://rockmud.herokuapp.com/
MIT License
157 stars 43 forks source link

Check if area exists. #103

Closed UnbanTwin closed 8 years ago

UnbanTwin commented 8 years ago

What do I do to check if an Area exists?

MoreOutput commented 8 years ago

You can log something within world.js to ensure an area is being grabbed if the issue is with booting an area; theres a function World.getAreaByName that will return an area (or false) by name.

All areas can be found in World.areas[].