Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sun Apr 01, 2007 10:23 pm |
I saw someone with a script that did this. I think it was Vijilante, but I can't find the post now.
EDIT: I've found it! It's here.
Don't be daunted by the size of the script. The pertinent part is the very first alias, Uscan. You'll notice how it goes through every room checking every exit in that room to see if %roomlink=-2 for that room. If you read the documentation for %roomlink, you'll see that -2 is an unlinked link. This'll be very slow, but it'll do the job. It could probably be optimised with local variables to improve the speed too. |
|