|
geosmith Wanderer
Joined: 23 Apr 2005 Posts: 57
|
Posted: Sat Mar 18, 2006 8:05 am
Mapper Question |
One of the biggest problems I've found when mapping large areas is the time wasted when the same room or cluster of rooms appears on the map twice without my realizing, because obviously having to merge them afterwards is a considerable time-sink. I was wondering, though, is there any way for zMUD, upon creation of a new room, to highlight all other rooms in the zone with the exact same name (or, better still, the same name -and- configuration of exits)? This would make duplicates much easier to spot.
|
|
|
|
ZealousAnonymous Wanderer
Joined: 06 Jan 2006 Posts: 70
|
Posted: Sat Mar 18, 2006 5:51 pm |
Ok, you could like set the map filter to the current zone with
#CALL %mapfilter(%concat("ZoneID = ",ZONENUMHERE))
then like
alias like findrooms
#CALL %mapfilter(%concat([Name] LIKE '%-1%')
#LOOP 1,%numrooms( ) {#echo %ansi( gray, black)Room: %mapvnum( %i)}
#CALL %mapfilter("") |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|