Differences between revisions 4 and 5
Revision 4 as of 2018-04-22 12:59:49
Size: 1534
Editor: Amy
Comment:
Revision 5 as of 2018-04-22 13:10:05
Size: 1830
Editor: Amy
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * Page on [[Puppets]]
Line 16: Line 15:
Instant vehicle copy-and-paste: Instant vehicle copy-and-paste, no fiddling needed:
Line 18: Line 18:
@dig Cockpit==tmp/room1
@tel $tmp
/room1=#2473
@create Shuttle=10=tmp/thing1
@set $tmp
/thing1=V
@set $tmp/thing1=_listen:6860
@mpi {store:{subst:{ref:$tmp/room1},#,},listen/dest,{ref:$tmp/thing1}}
@action Board Shuttle=$tmp/thing1=tmp/exit1
@link $tmp/exit1=$tmp/room1
@action out=$tmp/room1=tmp
/exit2
@link $tmp/exit2=#2851
@mpi {store:{subst:{ref:$tmp/thing1},#,},goto,{ref:$tmp/exit2}}
@action scan=$tmp/room1=tmp/exit3
@link $tmp/exit3=#5566
@mpi {store:{subst:{ref:$tmp/thing1},#,},goto,{ref:$tmp/exit3}}
@action fly=$tmp/room1=tmp/exit4
@link $tmp/exit4=#6489
@lock $tmp/exit4=me|!me
@mpi {store:{subst:{ref:$tmp/thing1},#,},_object,{ref:$tmp/exit4}}
@desc $tmp/thing1=A small prefab shuttlecraft with room for two. (board shuttle)
@desc $tmp/room1=The cockpit of this shuttlecraft has two roomy seats and standard-looking controls. (fly/scan/out)
@succ $tmp/exit1=You board the shuttle.
@osucc $tmp/exit1=boards the shuttle.
@succ $tmp/exit2=You depart the shuttle.
@osucc $tmp/exit2=departs the shuttle.
@dig Cockpit==tmp/iv/room1
@tel $tmp/iv
/room1=#2473
@create Shuttle=10=tmp/iv/thing1
@set $tmp/iv
/thing1=V
@set $tmp/iv/thing1=_listen:6860
@mpi {store:{subst:{ref:$tmp/iv/room1},#,},listen/dest,{ref:$tmp/iv/thing1}}
@action Board Shuttle=$tmp/iv/thing1=tmp/iv/exit1
@link $tmp/iv/exit1=$tmp/iv/room1
@action out=$tmp/iv/room1=tmp/iv
/exit2
@link $tmp/iv/exit2=#2851
@mpi {store:{subst:{ref:$tmp/iv/thing1},#,},goto,{ref:$tmp/iv/exit2}}
@action scan=$tmp/iv/room1=tmp/iv/exit3
@link $tmp/iv/exit3=#5566
@mpi {store:{subst:{ref:$tmp/iv/thing1},#,},goto,{ref:$tmp/iv/exit3}}
@action fly=$tmp/iv/room1=tmp/iv/exit4
@link $tmp/iv/exit4=#6489
@lock $tmp/iv/exit4=me|!me
@mpi {store:{subst:{ref:$tmp/iv/thing1},#,},_object,{ref:$tmp/iv/exit4}}
@desc $tmp/iv/thing1=A small prefab shuttlecraft with room for two. (board shuttle)
@desc $tmp/iv/room1=The cockpit of this shuttlecraft has two roomy seats and standard-looking controls. (fly/scan/out)
@succ $tmp/iv/exit1=You board the shuttle.
@osucc $tmp/iv/exit1=boards the shuttle.
@succ $tmp/iv/exit2=You depart the shuttle.
@osucc $tmp/iv/exit2=departs the shuttle.
Line 43: Line 43:
}}}

Completely recycle your instant vehicle:
{{{
@recycle $tmp/iv/exit1
@recycle $tmp/iv/exit2
@recycle $tmp/iv/exit3
@recycle $tmp/iv/exit4
@recycle $tmp/iv/room1
@recycle $tmp/iv/thing1

Amy Lynx

Amy is a morphic lynx who lives in Saint Marin.

Things I want to create on the wiki:

Instant vehicle copy-and-paste, no fiddling needed:

@dig Cockpit==tmp/iv/room1
@tel $tmp/iv/room1=#2473
@create Shuttle=10=tmp/iv/thing1
@set $tmp/iv/thing1=V
@set $tmp/iv/thing1=_listen:6860
@mpi {store:{subst:{ref:$tmp/iv/room1},#,},listen/dest,{ref:$tmp/iv/thing1}}
@action Board Shuttle=$tmp/iv/thing1=tmp/iv/exit1
@link $tmp/iv/exit1=$tmp/iv/room1
@action out=$tmp/iv/room1=tmp/iv/exit2
@link $tmp/iv/exit2=#2851
@mpi {store:{subst:{ref:$tmp/iv/thing1},#,},goto,{ref:$tmp/iv/exit2}}
@action scan=$tmp/iv/room1=tmp/iv/exit3
@link $tmp/iv/exit3=#5566
@mpi {store:{subst:{ref:$tmp/iv/thing1},#,},goto,{ref:$tmp/iv/exit3}}
@action fly=$tmp/iv/room1=tmp/iv/exit4
@link $tmp/iv/exit4=#6489
@lock $tmp/iv/exit4=me|!me
@mpi {store:{subst:{ref:$tmp/iv/thing1},#,},_object,{ref:$tmp/iv/exit4}}
@desc $tmp/iv/thing1=A small prefab shuttlecraft with room for two.  (board shuttle)
@desc $tmp/iv/room1=The cockpit of this shuttlecraft has two roomy seats and standard-looking controls.  (fly/scan/out)
@succ $tmp/iv/exit1=You board the shuttle.
@osucc $tmp/iv/exit1=boards the shuttle.
@succ $tmp/iv/exit2=You depart the shuttle.
@osucc $tmp/iv/exit2=departs the shuttle.
drop shuttle

Completely recycle your instant vehicle:

@recycle $tmp/iv/exit1
@recycle $tmp/iv/exit2
@recycle $tmp/iv/exit3
@recycle $tmp/iv/exit4
@recycle $tmp/iv/room1
@recycle $tmp/iv/thing1


CategoryHomepage

Amy (last edited 2019-09-26 11:29:08 by Amy)