Find
You are looking at a robot
Created by
a lost object #133843
, last updated 18 Dec 2010
Code
if target of push then pushed;
if target of unplug then unplugged;
if target of force then forceattempt;
if target of xyzzy then blocktest;
##blocktest:
say 'msg',"[$actor] lights up and makes several bleep noises."
##pushed:
say 'msg',"[$actor] makes a metallic clank noise."
##forceattempt:
say 'msg',"[$actor] fizzes and makes a blue puff of smoke."
##unplugged:
say 'msg',"[$actor] collapses onto the ground as it loses all power."