Skip to content

Commands

Commands in HoloMUSH are plain words — no @ symbols, no + prefixes, no sigils. Type the command followed by any arguments and hit enter. For example: say Hello everyone or just look on its own.

Type help in-game for a list of available commands and detailed usage.

CommandUsageDescription
saysay Hello everyoneSpeak aloud to everyone in your location
posepose waves cheerfully.Describe your character’s action in third person
whisperwhisper Alice=Something secretSend a private message to someone in the same location
pagepage Bob=Hey, are you free?Send a private message to anyone in the game
CommandUsageDescription
looklookSee the description of your current location, who’s here, and available exits

To move, type the name of an exit (or its alias). For example, if look shows a “north” exit, type north or n to go through it. Exit names are whatever the builder chose — cardinal directions are common but not required. The available exits depend on how the world was built.

CommandUsageDescription
describedescribe me=Tall with dark hair.Set a description on yourself or an object
whowhoSee who’s currently connected to the game
helphelpView available help topics
CommandUsageDescription
connectconnect username passwordLog in with your account credentials
playplay CharNameSwitch to one of your characters
createcreate CharNameCreate a new character on your account
quitquitDisconnect from the game
CommandUsageDescription
scene focusscene focus #<id>Focus your current connection on a specific scene; output from that scene appears in your terminal
scene gridscene gridReturn your current connection to the grid (default view); clears any scene focus
scene listscene listList the scenes you are in. [focused] means at least one of your active connections is focused on that scene; [background] means no connection is.

A few common commands have shorthand aliases so you can type faster:

AliasExpands toExample
"say"Hello! becomes say Hello!
:pose (with a space):waves. becomes pose waves. (shows as “Alice waves.”)
;pose (no space);'s eyes widen. becomes pose 's eyes widen. (shows as “Alice’s eyes widen.”)

Use ; when the action starts with punctuation that belongs directly after your character’s name — possessives, contractions. : adds a space, ; does not.