I am trying to think through how I would create a function for the mapper that would allow validation if directions were possible from a roomid.
e.g. if the path I got was n, e, s, e, u is that possible from that room
mapper_validate ROOMID PATH
and have it return either the resultant room ID OR not possible.
Anyone have thoughts on how this best works with the functionality already implemented. I see a lot of room1-room2 path discovery but not a lot of if this path is possible from room 1 type capability. Maybe I am missing it.
e.g. if the path I got was n, e, s, e, u is that possible from that room
mapper_validate ROOMID PATH
and have it return either the resultant room ID OR not possible.
Anyone have thoughts on how this best works with the functionality already implemented. I see a lot of room1-room2 path discovery but not a lot of if this path is possible from room 1 type capability. Maybe I am missing it.