|
daftshiva Beginner
Joined: 09 Jul 2002 Posts: 11 Location: United Kingdom
|
Posted: Mon Nov 01, 2004 10:58 am
in need of help flagging a room |
Does anyone know of a macro i can use to show that a room has been searched?
Basically I have a lot of new maps that i'm going around on a mud searching for secrets.
Was wondering if anyone knew a way to hit a macro and change the room colour on the map when I've searched it.
Thanks in advance :) |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Mon Nov 01, 2004 12:20 pm |
#KEY F12 {
#IF %maplocked {
#CALL %maplocked(0);#CALL %roomcol(,green);#CALL %maplocked(1)
} {
#CALL %roomcol(,green)
}
}
When making the macro TYPE F 1 2 don't press F12
After you create it then Just hit F12 in the rooms you have searched in |
|
|
|
daftshiva Beginner
Joined: 09 Jul 2002 Posts: 11 Location: United Kingdom
|
Posted: Mon Nov 01, 2004 4:12 pm |
Thanks a lot :)
|
|
|
|
|
|