Skip to content

Instantly share code, notes, and snippets.

@GedMullen
Created June 1, 2016 15:03
Show Gist options
  • Save GedMullen/e3947cdc6b90ac499bbbf572fc299943 to your computer and use it in GitHub Desktop.
Save GedMullen/e3947cdc6b90ac499bbbf572fc299943 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 Welcome.My name is Captain Kirk. These are the voyages of the starship Enterprise. Its five-year mission: to explore strange new worlds, to seek out new life and new civilizations, to boldly go where no man has gone before. {wwest{n will take you to the Transporter, {wnorth{n will take you to the Sick Bay and {weast{n will take you to the Bridge.. #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
#create a Klingon mob
@create/drop Klingon:npc.Npc
#make it angry
@set Klingon/is_aggressive = True
# move back to the starhsip
east
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment