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