|
Torgin Newbie
Joined: 23 Dec 2001 Posts: 2 Location: Sweden
|
Posted: Sun Dec 23, 2001 11:19 pm
Mapper, Searching for room descriptions |
Well, thing is I want to search for room descriptions and roomnames without having to go through the Mappers, Edit -> Find Room thing..., since well, just typing stuff is always faster then clicking around menus etc.
Is there some command I might have missed (checked the command, function wizard etc)
// Torgin, Prophecy mud |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Mon Dec 24, 2001 6:28 pm |
You mean these?
AutoMapper functions:
lastdir Returns the current direction on the mapper command stack
look sets or returns the "look command" used by the mapper
numrooms Return the number of rooms in the current zone
roomname Return or set the name of the room to string s
roomdesc Return or set the description of the room to string s
mapvnum Converts an absolute room number to a virtual room number
roomnum Returns or set the virtual number of a room
roomcontents Returns or set the contents of a room
roomid Return or set the short name (ID) of the room to string s
roomcom Return or set the command assigned to the room to string s
roomcol Return or set the color of a room
roomnote Return or set the Notes of the room to string s
roomexit Return or set the exit string of the room to string s.
roomobj Return or set the number of objects in the room to i
roommob Return or set the number of mobs in the room to i
roomcost Return or set the cost of entering a room to i
roomkind Return or set the type of the room to i.
roomload Return or set the Reload flag of the room to i
roomflags Return or set the user-defined flags for a room
roomlink Return or set the link in direction dir to the room number i.
roomportal Return or set a non-standard exit (portal).
walk Return the speedwalk string needed to get to room i
walkmode Return or set the current speedwalk mode
numzones Return the number of zones in the map
zonename Return or set the name of the zone to string s
zonenum Return the number of a zone
LightBulb |
|
|
|
Torgin Newbie
Joined: 23 Dec 2001 Posts: 2 Location: Sweden
|
Posted: Mon Dec 24, 2001 11:43 pm |
Thanx for the reply, wasn't really what I was looking for though...
I'll try to make myself more clear =)
Lets say I locate someone, and I see the description, roomname etc of the room they are in, and I want to be able to search for the room by some command. (so that I could create an alias for searching for it, or perhaps even a trigger that searches for the room on the map automaticly whenever I locate someone) |
|
|
|
Castaway GURU
Joined: 10 Oct 2000 Posts: 793 Location: Swindon, England
|
Posted: Wed Dec 26, 2001 10:41 am |
If I remember correctly )not having the help file to hand) then you can do it with #FIND or %find ..
Lady C. |
|
|
|
|
|