Skip to content

Instantly share code, notes, and snippets.

@GedMullen
Created May 19, 2016 10:20
Show Gist options
  • Save GedMullen/619548b3873f6c67d346c143c213de9c to your computer and use it in GitHub Desktop.
Save GedMullen/619548b3873f6c67d346c143c213de9c to your computer and use it in GitHub Desktop.
# +------------------+
# | |
# | sick bay |
# | |
# +---------+--------+
# |
# |
# |
# +--------------+ +----------+-----------+ +----------+
# | | | | | |
# | transporter +------+ starship enterprise +------+ bridge |
# | | | | | |
# +--------------+ +----------------------+ +----------+
#
# Each command must be separated by a comment!
# lets start in limbo (#02)-
@tel #02
# delete the previous starship
@del starship
#first dig the starship
@dig/teleport starship : typeclasses.rooms.WeatherRoom = north, south
# describe the starship room
@desc this is the starship
#dig the bridge to the east
@dig/teleport bridge = east, west
#describe the bridge
@desc this is the bridge
#move back to the starship room
west
#dig the sickbay to the north
@dig/teleport sickbay = north, south
#describe the sickbay
@desc this is sickbay
#move back to the starship
south
#dig the transporter to the west
@dig/teleport transporter = west, east
# describe the tansporter
@desc this is the transporter
# move back to the starhsip
east
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment