Hi, I am staff on a modified DIKU MUD and am trying to formulate an alias that will allow me to get a bunch of information from my item database very quickly.
I want to obtain a list of all items of a certain type, across all zones. I don't want to have to bother typing out the command to show each item type for each zone, though, so I just wrote an alias to string together the commands for every single zone.
However, sometimes the list a zone returns is so long, the "enter" key needs to be pressed to continue to generate the full list.
So for instance, after typing the command, I could get a list of 150 items from zone 5, but because of the pagelength limitations of the MUD, only 100 of them are displayed. To display the other 50, I would need to hit the ENTER key. But my alias does not know how to do this, so it skips that part and keeps grabbing information from zone 6, zone 7, and so on.
How could I work a simple "enter" key press into my alias?
Thanks for any help!
I want to obtain a list of all items of a certain type, across all zones. I don't want to have to bother typing out the command to show each item type for each zone, though, so I just wrote an alias to string together the commands for every single zone.
However, sometimes the list a zone returns is so long, the "enter" key needs to be pressed to continue to generate the full list.
So for instance, after typing the command, I could get a list of 150 items from zone 5, but because of the pagelength limitations of the MUD, only 100 of them are displayed. To display the other 50, I would need to hit the ENTER key. But my alias does not know how to do this, so it skips that part and keeps grabbing information from zone 6, zone 7, and so on.
How could I work a simple "enter" key press into my alias?
Thanks for any help!