Differences between revisions 3 and 4
Revision 3 as of 2018-04-22 09:34:59
Size: 438
Editor: Amy
Comment:
Revision 4 as of 2018-04-22 12:59:49
Size: 1534
Editor: Amy
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
Instant vehicle copy-and-paste:
{{{
@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.
drop shuttle
}}}

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:

@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.
drop shuttle


CategoryHomepage

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