|
Solaras Wanderer
Joined: 11 Mar 2002 Posts: 93
|
Posted: Tue Sep 24, 2002 9:03 am
Colouring maps after the fact |
Is there a way with using %roomname and %roomcol to make a script that will go through your map and change the room colour of say all rooms named "rolling hills" too brown?
I tried searching for ways to colour maps but none of what I found was very conclusive :( |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Sep 24, 2002 10:36 am |
#LOOP %numrooms {#IF (%roomname(%mapvnum(%i))="rolling hills") {#NOOP %roomcol(%mapvnum(%i),brown)}}
|
|
|
|
Solaras Wanderer
Joined: 11 Mar 2002 Posts: 93
|
Posted: Tue Sep 24, 2002 5:24 pm |
Almost works perfect :)
only problem is I have to click on each room that needs to be coloured while the alias is running or for some reason it wont change the colour. |
|
|
|
appleeater Beginner
Joined: 05 Apr 2003 Posts: 19
|
Posted: Mon Apr 07, 2003 11:35 am |
How about doing this if the room name "contains" a certain word, Instead of detailing the whole name?
|
|
|
|
|
|