|
teion Wanderer
Joined: 03 May 2005 Posts: 72
|
Posted: Wed Feb 19, 2014 7:27 pm
switching from safe mode to map mode on the command line |
Hello. I want to make an alias to grab the description of a room by using the #look command. My question is can this be done from the command line.
so in short. Switch from safe mode to map mode.. Use #look .. return to safe mode |
|
|
|
Daern Sorcerer
Joined: 15 Apr 2011 Posts: 809
|
Posted: Wed Feb 19, 2014 8:40 pm |
You can, with the %maplocked function.
|
|
|
|
Scarn Apprentice
Joined: 24 Jul 2005 Posts: 137
|
Posted: Sun Feb 23, 2014 11:35 pm |
This will work:
Code: |
#ALIAS getinfo
{
#call %maplocked(0)
#look
#call %maplocked(1)
} |
If you need anymore help feel free to reach me on the MUD, currently playing Falgor and Arkal. |
|
|
|
|
|