Find
You are looking at an airlock needing special dna to open
touch airlock
Created by
omenofdoom
, last updated 01 Jul 2009
Code
if target of touch then whoisit;
##whoisit:
if $init_obj's name like ("omenofdoom,thorn,wolis,Chaotic Bob") then openup else end;
##openup:
$tloc = 45736;
$d = 3;
relocate $init_obj to $tloc print "[$actor] beeps and [$init_obj] walks through" then "[$actor] closes behind [$init_obj] as they walk out";