|
chris-74269 Magician
Joined: 23 Nov 2004 Posts: 364
|
Posted: Wed Oct 26, 2005 8:14 pm
mapper status check |
i tried searching the forums, but couldnt really find anything too relevant. sorry if it's been asked, but is there a way to check for the current mapper status? on one mud i run a script that when it re-enables it turns off the mapper, the problem is it has been turning off the mapper in my other mud windows. the command is:
#MENU {MAPPER|File|Map Off}, what i want to do is soemthing like
#if ((mapcheck) = "on") {#MENU {MAPPER|File|Map Off}}
i did a fix by changing the alias to use a focus:#MENU {mapper|file|map off}, but just something i would like to know for the future in anycase |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Oct 26, 2005 10:36 pm |
The only checks I have ever devised for the mapper are to look at the enabled states of its classes, AutoMapper and AutoMapperAll. You can do this with either the %trigger or %class functions.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|