|
Davos Adept
Joined: 30 Jan 2003 Posts: 228 Location: USA
|
Posted: Sun Feb 26, 2006 6:19 pm
#mapquery or %mapquery or maybe something else |
I want to bring up a sorted list like the one that #MAPQUERY produces of a list of rooms I have in a string var, the var containing room vnums..
For isntance
var1=123|23|45|634|234 etc...
not sure how to do this |
|
_________________ The Seaworthy |
|
|
|
Vitae Enchanter
Joined: 17 Jun 2005 Posts: 673 Location: New York
|
Posted: Mon Feb 27, 2006 3:04 pm |
Just to confirm, you have a list of just #'s and want to display them sorted on screen?
#alias roomvnums {#show %sort( @var1)}
change alias name and var name to suit you
EDIT:
wait bleh...that will just sort them and output them with a | in between.
there was another post on here that showed how to do it better:
http://forums.zuggsoft.com/phpbb/viewtopic.php?t=19800 |
|
|
|
Davos Adept
Joined: 30 Jan 2003 Posts: 228 Location: USA
|
Posted: Tue Feb 28, 2006 1:51 pm |
No, I have a list of roomvnums that I want to use to produce a list of room names with... but if possible I want the list to look like what you get when you use the #MAPQUERY fuction so that I can easily pick and choose which room I want to walk to out of the list.
|
|
_________________ The Seaworthy |
|
|
|
|
|