|
cvspoy Newbie
Joined: 10 Jan 2004 Posts: 2 Location: USA
|
Posted: Sat Jan 10, 2004 4:04 am
Toggle Map Creation mode via command? |
Is there a way to toggle between Map Creation Mode and Follow Mode, without using the mouse?
I'd like to make an alias to do this from the command line:
<command to turn on Map Creation Mode>
#look
<command to return to Follow Mode>
Thanks for any comments. |
|
|
|
Guede Wanderer
Joined: 30 Nov 2003 Posts: 65 Location: United Kingdom
|
Posted: Sat Jan 10, 2004 12:03 pm |
Hi,
From the command line
#AL aliasname {#CALL %maplocked(0);#LOOK;#CALL %maplocked(1)}
should do the trick, obviously changing aliasname to whatever you want to your alias to be called.
From the settings editor put aliasname in the 'Name box' and in the value box
#CALL %maplocked(0)
#LOOK
#CALL %maplocked(1)
Hope that is of use,
-G- |
|
|
|
cvspoy Newbie
Joined: 10 Jan 2004 Posts: 2 Location: USA
|
Posted: Tue Jan 13, 2004 4:24 am |
Thanks! That worked fine.
|
|
|
|
|
|