Wandering NPCs
Registered by
emsenn
Making NPCs be able to wander around a limited area.
Whiteboard
NPC wandering should work fairly simple. NPC's have a set_domain() function and a set_wander() function. set_domain(), among other things, determines which neighborhoods they can walk in. set_wander() determines the speed they walk in. NPCs should be able to, when it's time to move, look at the adjacent rooms, see which are in the same domain as them, and randomly move to one.
(?)