|
Eowyn Apprentice
Joined: 19 Jan 2001 Posts: 117 Location: Norway
|
Posted: Fri Mar 12, 2004 2:31 pm
%roomcol and mapmode |
If you manually enter the properties of a room on your map, you can change the roomcolor even if the mapper is in follow-mode. However, if your try changing the color of a room in followmode by using the command #NOOP %roomcol( , red) - it woun't work. Doing the same command in mapmode works.
I don't suppose there's a command to set the roomcolor while in follow-mode..? |
|
|
|
Theragil Apprentice
Joined: 13 Feb 2004 Posts: 157 Location: USA
|
Posted: Fri Mar 12, 2004 4:03 pm |
Here's what I do:
pMapLocked = %maplocked( )
#noop %maplocked( 0)
#noop %roomname( ,@sCaptureRoomName)
#noop %roomdesc( ,@sCaptureRoomText)
#noop %roomflags( ,@sCaptureRoomTerrain)
captureroomcolor @sCaptureRoomTerrain
#noop %roomcol( ,@sCaptureRoomColor)
[...etc...]
#noop %maplocked( @pMapLocked) |
|
|
|
Eowyn Apprentice
Joined: 19 Jan 2001 Posts: 117 Location: Norway
|
Posted: Fri Mar 12, 2004 4:26 pm |
Perfect! Thank you :)
|
|
|
|
|
|