Skip to Content
GameπŸ“Ÿ Pager

/the-game/pager

The πŸ“Ÿ tab is the chat surface for the game. It has two rooms and a command line. No notifications, no achievement claims β€” just messages and commands.

Pager ui screens

The two rooms

A toggle in the chat input cycles between AREA and WORLD.

  • AREA is the per-area room. Only dealers currently in the same area as you can see what you post, and you only see what they post. Area chat is disabled in Safe Houses and Jail.
  • WORLD is the global room. Everyone in the game sees it.

Each message is posted on chain. Messages persist on the room contract until they fall out of the circular buffer.

Commands

Anything you type starting with / is treated as a command instead of a chat message. Commands run locally and show their output only to you. The pager is the canonical reference for live game data β€” areas, achievements, ranks β€” and the docs do not duplicate those tables.

CommandWhat it does
/helpShow the command menu.
/infoOverall game status (jail rules, breakout chance, mint totals).
/info dealerYour dealer’s current stats, rep tier, and active boost.
/info areasOverview of all areas.
/info pveHow PVE resolves.
/info pvpHow PVP resolves.
/area [name]Details for a specific area, including drugs sold there.
/leaderboard [pve|pvp]Top dealers by reputation or infamy.
/rankYour dealer’s position in the rankings.
/achievementsFull achievement catalogue.
/jackpotYour pending heist jackpot winnings, with a claim button.
/tutorialReplay the in-game intro.
/sound on|offToggle the game sound.
/pngSave your dealer’s art as a PNG image.
/clearClear the local chat history.