|
JYG Newbie
Joined: 21 Nov 2003 Posts: 2 Location: Sweden
|
Posted: Thu Nov 14, 2013 3:36 pm
Coloring rooms by name? |
Greetings!
I am back to playing Batmud after a few years of absence, spending 99% of the time learning cmud again and 1% mudding.
Question 1: I want to change the color of for example all rooms containing the name Road. I can use Find Room to get a Spreadsheet View of all the rooms but i am not able to select and edit multiple rooms from the spreadsheet view. What shall i do?
Question 2: Also regarding mapper; when i take a ferry from one port to another (which takes some time and messes up speedwalk) i would at least like the mapper to know my new location after the ferry trip is done.
Is there something like: Creating a one-turn trigger that "sets location by for example roomid" to the room where and when the ferry trip ends?
Thanks! |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4692 Location: Pensacola, FL, USA
|
Posted: Thu Nov 14, 2013 8:42 pm |
#CALL %mapfilter( something to get only rooms with road)
#CALL %maplocked( 0)
#LOOP %numrooms {#CALL %roomcol(%roomnum(%i), red)}
#CALL %maplocked( 1)
#CALL %mapfilter("")
Something like that should do the colors
warning, it may cause CMUD to lock up for a moment as it processes
#TEMP is the trigger that only fires once, however, if the ferry has distinct messaging you could use a normal trigger and have it #TELEPORT you do a different room based on your current room |
|
_________________ Discord: Shalimarwildcat |
|
|
|
JYG Newbie
Joined: 21 Nov 2003 Posts: 2 Location: Sweden
|
Posted: Fri Nov 15, 2013 12:50 pm |
Thanks for the help, gonna learn #CALL.
So much to learn |
|
|
|
|
|