Difference between revisions of "FTW:Month 0/Couch Object"

From NorCon MUSH
Month 0Month 0/Couch Object
(Created page with "The following code, if edited, copied and pasted into your client window, will create for you a dragon couch. You will want to change each instance of ‘Dragonth’ into your...")
 
(No difference)

Latest revision as of 00:46, 28 February 2016

fortbanner.jpg

Month 0/Couch Object


The following code, if edited, copied and pasted into your client window, will create for you a dragon couch. You will want to change each instance of 'Dragonth' into your dragon's name. If you know some code you can freely edit and alter this to your tastes.

Couches are not required, but they do allow you a quiet and private spot to retreat to or store your objects in. All couches must be set dark and should be linked to the Weyrling Barracks (the code below does both for you, assuming you are in the barracks at the time).

@create Dragonth's Couch
@set Dragonth's Couch=Dark
@set Dragonth's Couch=Safe
@set Dragonth's Couch=Enter_ok
@desc Dragonth's Couch=A shallow wallow in the barracks floor, worn smooth by generations of young dragon bodies, next to which a weyrling's cot, press and other effects are kept.
@succ Dragonth's Couch=You enter [name(me)].
@osucc Dragonth's Couch=enters [name(me)].
@odrop Dragonth's Couch=climbs into the couch.
@fail Dragonth's Couch=You can't dig the wallow out of the stone.
@lock Dragonth's Couch=Me
@link Dragonth's Couch=Here
@link me=Dragonth's Couch
Drop Dragonth's Couch

You can now 'enter Dragonth's Couch' (replacing 'Dragonth' with your dragon's name) to hide away in the couch. You may wish to set the couch OPAQUE if you would like to hide objects you are storing inside it.