|
Belariad Newbie
Joined: 04 Feb 2007 Posts: 9
|
Posted: Tue Nov 12, 2013 5:02 am
Fog rooms and mapping |
I've started mapping some areas of my MUD that are foggy, which means when I try to go one direction, sometimes it will send me in a different direction. It always visually shows me which way I went, but it's often not the way I tried to go (ie, actual direction travelled doesn't match '%lastdir()').
< 934/934hp 0m 83mv > north
You sneak south.
A Discrete Clearing in the Willow Forest
Obvious exits: North East
A crippled blind hermit sits here unobtrusively, seeming out of place.
There's a typical example of my input with what happens. My input is in red. Any ideas? I'd like to be able to fix this is both the mapping mode and the follow mode, but at least follow mode would be nice (I can make the map manually if I need to, but it'd be nice if I could at least use it to keep my bearings). |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4690 Location: Pensacola, FL, USA
|
Posted: Tue Nov 12, 2013 10:40 am |
so long as you have the mapper in safe mode, this should work for follow mode:
#TR {You sneak (%w).} {#NODIR;#MOVE %1}
for map mode (if that works) you would need to toggle between command sets based off %mapmode, and maybe use a #LOOK after a #WAIT to refresh the description |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|