
If you want to help build the game, please let me know.
Welcome, Builder! Here's your full command reference for shaping the world of 1710.
ββββββββββββββββββββββββββββββββββββββββββββ
π¦ ROOM CREATION
ββββββββββββββββββββββββββββββββββββββββββββ
@dig Room Name = direction
# Creates a room and a directional exit.
@desc here = Your room description
# Sets description for the room you're in.
@tag here/tagname
# Tag your room (ex: easton, ruins)
@tel me = Room Name
@tel me = #dbref
# Teleport to another room.
@find Room Name
# Find room or object.
@destroy Room Name
@destroy #dbref
# Destroys the room or object.
ββββββββββββββββββββββββββββββββββββββββββββ
πͺ EXITS
ββββββββββββββββββββββββββββββββββββββββββββ
@open direction;alias = Room Name
# Creates an exit to an existing room.
@desc direction = Exit description
# Adds description to an exit.
@exits
# Lists all exits in the current room.
@destroy direction
# Destroys an exit.
ββββββββββββββββββββββββββββββββββββββββββββ
π§ NPCs / CHARACTERS
ββββββββββββββββββββββββββββββββββββββββββββ
@create Name = typeclasses.characters.Character
# Creates an NPC.
@tel NPC = here
# Moves NPC to your room.
@desc NPC = Their description
# Describe the NPC.
@give Item = NPC
# Gives an item to an NPC.
@destroy NPC
# Removes the NPC.
ββββββββββββββββββββββββββββββββββββββββββββ
π OBJECTS / ITEMS
ββββββββββββββββββββββββββββββββββββββββββββ
@create ItemName
# Create a basic object.
@desc ItemName = Description
# Describe the object.
@tag Object/tagname
# Tag an object.
@create Item = path.to.typeclass
# Advanced object creation (custom types).
ββββββββββββββββββββββββββββββββββββββββββββ
π PERMISSIONS
ββββββββββββββββββββββββββββββββββββββββββββ
@permissions me
# View your current permission level.
@perm PlayerName = Builder
# (Admin only) Give Builder access.
ββββββββββββββββββββββββββββββββββββββββββββ
π§ UTILITIES
ββββββββββββββββββββββββββββββββββββββββββββ
help
help commandname
# View general or specific help.
examine Object
# Inspect details on a room, exit, or item.
@contents here
# View all objects in current room.
@scripts ObjectName
# View scripts attached to an object.
@tel Object = Destination
# Move object or NPC.
@wipe me
# Clean your inventory.
ββββββββββββββββββββββββββββββββββββββββββββ
π§ SAMPLE: Wizard's Tower
ββββββββββββββββββββββββββββββββββββββββββββ
@dig Wizardβs Tower = up
@tel me = Wizardβs Tower
@desc here = Lightning arcs from orb to orb in the tower.
@create Archmage = typeclasses.characters.Character
@tel Archmage = here
@desc Archmage = An old sage with storm-colored eyes.
@open down;return = Easton Market Square
ββββββββββββββββββββββββββββββββββββββββββββ
π SAMPLE: Small Town Home
ββββββββββββββββββββββββββββββββββββββββββββ
@dig Home Row = west
@desc here = Cracked shacks and rusted mailboxes.
@create Granny Sel = typeclasses.characters.Character
@tel Granny Sel = here
@desc Granny Sel = A retired healer with a wooden leg and dried meats.
ββββββββββββββββββββββββββββββββββββββββββββ
You're now ready to build homes, towns, dungeons, and legends.
telnet 74.208.146.37 4000 or in browser http://74.208.146.37:4001/ to join.
Ask @PeakeCoin or @PaulMoon410 for more commands or in-game scripts.