28 lines
878 B
TOML
28 lines
878 B
TOML
name = "getting-started"
|
|
title = "getting started"
|
|
body = """
|
|
welcome to the mud. here's how to play.
|
|
|
|
looking around
|
|
look see the world around you
|
|
look <thing> examine something in detail
|
|
|
|
moving
|
|
north / n move north (also: south, east, west)
|
|
northwest / nw diagonal movement (also: ne, sw, se)
|
|
|
|
finding commands
|
|
commands list all available commands
|
|
skills list combat moves
|
|
help <command> get help on a specific command
|
|
|
|
basics
|
|
say <message> talk to nearby players
|
|
tell <name> <msg> private message a player
|
|
inventory see what you're carrying
|
|
get <thing> pick something up
|
|
drop <thing> put something down
|
|
|
|
the world persists. your position and inventory save when you log out.
|
|
type 'quit' to disconnect safely.
|
|
"""
|