Interitus Novice
Joined: 16 Mar 2003 Posts: 45 Location: Russia
|
Posted: Thu Dec 02, 2004 12:38 am
Disabling/enabling all portals |
Hi!
There's a checkbox in "Portals..." menu in Mapper that allows you to disable all portals.
Some rooms in MUD that I play (and many other MUDs) are norecall/noportal.
There's no built-in support for norecall/noportal in zMUD, so I want to store those values in custom flags field, and create speedwalking alias that will check for noportal, and if it's set turn off portals and use zMUD walking functions.
Maybe I'm missing something obvious in help files... but I can't find easy way to do this. Only way I can think of is maintaining string list of portals, and when needed - cycling through it and using %portalenable() function.
Is there a better way to do it? |
|