Mudlib *navigation* ******************** Documentation for the clusters-navigation functions for the mudlib in */std/behaviour/clusters/navigation.c*. Functions ========= .. c:function:: void set_wander_area(mixed areas) Set the area(s) that an NPC can wander in. If this is not set the NPC cannot move. Use set_can_move() to make the NPC move across all areas. .. c:function:: void add_wander_area(mixed areas) Add area(s) which an NPC can wander in. See set_wander_area(), and set_can_move(). .. c:function:: void remove_wander_area(string *area...) Remove area(s) which an NPC can wander in. See set_wander_area() .. c:function:: void clear_wander_area() Clear the area(s) in which an NPC can wander in. Effectively this allows the NPC to wander anywhere. See set_wander_area() .. c:function:: string *query_wander_area() Returns an array of areas in which may wander. See set_wander_area() *File generated by Lima 1.1a4 reStructured Text daemon.*