Comment 1 for bug 416119

Revision history for this message
odbrazen (odbrazen) wrote :

done in rev 126
@go_name('roomA', 'Room (e,w)')
@go_name('roomB', 'Room (n,w)')
@go_add('roomA', 'e', 'roomB', 'w')
#go roomB

So autowalking from the current [named] room to any other named room works as long as they share a link to some other named room. The pathfinder doesn't do any kind of magic so it will happily go North and then South if that is what the recorded path says. This won't be smarter until we add exceptions because there really are some places where North/South aren't reducable to a NOP.