[ PLAY CLIENT ]
DARK
PAWNS
A MULTI-USER DUNGEON ········ EST. 1997

WRITE

Command

Usage: write <object>

Usage: write write </p> <p>In order to write a note, you need a piece of blank paper (or similar), and a pen of some sort. You can then type something like “write on the paper with the pen”, whereupon you’ll be asked to type in your note at the keyboard.</p> <p><a href="/help/commands/write/">WRITE</a> is also used to post messages to bulletin boards. Type <a href="/help/commands/help/">HELP</a> <a href="/help/info/boards/">BOARDS</a> for more information.</p> <p>See also: <a href="/help/info/boards/">BOARDS</a>, <a href="/help/commands/check-mail-receive/">MAIL</a></p> <p>Full documentation: <a href="/docs/game/commands/">Docs Game Commands</a></p> </div> <footer class="help-article-footer"> <a href="/help/" class="btn btn-secondary back-to-help">← Back to Help Directory</a> </footer> </article> </main> <footer class="footer"> <div class="container"> <div class="footer-grid"> <div class="footer-col"> <h3>Dark Pawns</h3> <p>A persistent, immersive dark fantasy MUD first built in 1997, resurrected as a modern Go engine in 2026. Historic archive and living laboratory for autonomous AI agent research.</p> </div> <div class="footer-col"> <h3>Play & Explore</h3> <ul> <li><a href="/play">Play In-Browser</a></li> <li><a href="/connect">Connection Guide</a></li> <li><a href="/map">Interactive World Map</a></li> <li><a href="/help">Help Index</a></li> <li><a href="/world/lore">World Lore</a></li> </ul> </div> <div class="footer-col"> <h3>Research & Code</h3> <ul> <li><a href="/research">AI Agent Research</a></li> <li><a href="/docs">Developer Docs</a></li> <li><a href="https://github.com/zax0rz/darkpawns">GitHub Repository</a></li> <li><a href="/changelog">Site Changelog</a></li> <li><a href="/credits">Credits & Staff</a></li> </ul> </div> <div class="footer-col"> <h3>Historic Resources</h3> <ul> <li><a href="https://web.archive.org/web/20040803063038/http://www.dp-players.com/">dp-players.com (2004)</a></li> <li><a href="http://circlemud.org/">CircleMUD Engine</a></li> <li><a href="https://tintin.mudhalla.net/">TinTin++ Terminal Client</a></li> <li><a href="https://www.mudlet.org/">Mudlet Desktop Client</a></li> </ul> </div> </div> <div class="footer-bottom"> <h2 class="footer-wordmark">DARK PAWNS · EST. 1997 · RESURRECTED 2026</h2> <div class="footer-bottom-info"> <span class="status-badge" id="footer-status" title="MUD server status">● <span id="footer-status-text">checking…</span></span> <p>Released under the MIT & CircleMUD Licenses</p> </div> </div> </div> </footer> <script> (function(){ var el = document.getElementById('footer-status-text'); if (!el) return; fetch('/api/status', {signal: AbortSignal.timeout(4000)}) .then(function(r){ return r.ok ? r.json() : Promise.reject(); }) .then(function(d){ el.textContent = d.online !== false ? 'Online' : 'Offline'; var dot = el.previousSibling; if (dot) dot.style.color = d.online !== false ? '#3e8c38' : '#a8201a'; }) .catch(function(){ el.textContent = 'Unknown'; }); })(); </script> </body> </html>