ID:132288
 
Hey everyone, I was wondering what are the commands for Dream Seeker, I'm talking like ".DblClick", ".configure delay 0", stuff like that. Does anyone know all of those commands? I'll really appreciated it if someone can give me the list of commands. Thank you in advance.
the basic .commands are;
.configure //commands for dream seeker
delay #
sound on/off
last-url //no idea, if you type just .configure, it'll show this as the last world you visited
query-files on/off
query-links on/off
echo-commands on/off
graphics-hwmode on/off
debug on/off
.hub //pager commands(you can also type JUST $ for this)
add-ban
add-friend
add-game
list-friends
list-games
ping
remove-ban
remove-friend
remove-game
resume
write
.debug //debug stuff lul
profile
reboot
resume
status
trace-client
.key //changing keys during run time(you can also type JUST @ for this)
//all your keys from your keys.txt file
create-key
download-key
resume
roving-key
.script
.quit
.reconnect
.url //connect to another world in the same window by typing .url byond://bleh:bleh
.winset "[control.param=value;...]" // Sets parameters in response to a menu or button command (or a manually typed command). You can set more than one by separating them with semicolons.
.options // Shows the Options and Messages box.
.reboot // Reboots the world.
.host // Opens hosting options box.
.profile // Profiles the running time of procs.
.screenshot // Saves a screenshot of the map.
.screenshot auto // Saves a screenshot of the map, but does not prompt for a filename. The file will be saved in the client's user directory in BYOND/screenshots.
.command // Prompts the user to enter a command, which can be one of these commands as well.

if you get stuck, as in unable to use a command bar after doing any of these just type resume (or $/@resume) and it'll work.

some games will allow you to press space, to auto complete and see the list of commands and stuffs
they all have some extra parameters and stuffs, but they're not all documented, and the BYOND staff says they're so old they don't give a flying poo about them.
In response to Super Saiyan X
This is quite useful. Thx SSX
In response to Yusuke13
Now, if only Tom or Lummy would document this.