Skip to content
Luxembourg edited this page Mar 19, 2013 · 4 revisions

@search

command: @search [] [=[,[,]]]

displays information about objects that meet the search criteria. because this command is computationally expensive, it costs 100 coins. restricts the search to the named player, while and control the objects listed. type 'help search classes' for a list of the classes you may use.

except when getting lists of players ('@search type=player' or '@search flags=p'), you may only search for objects that you own. you may limit the range of the search with and , which specify the objects to start and stop the search at, respectively. the default for is #0 and the default for is the last object in the database.

examples: @search flags=pwc <-- search for connected wizards. @search type=room <-- list all rooms owned by me. @search eval=gt(money(##),10) <-- search for things worth more than 10. @search type=room,100,300 <-- rooms between #100 and #300, inclusive @search object=test,5000 <-- things starting with test from object #5000 to the end of the database. related topics: @find, search().

Clone this wiki locally