Find
You are looking at an action called enliven
Created by
novaflex
, last updated 18 Jan 2007
Code
get $target in $loc;
if $target > 0 then enlivenit;
##enlivenit:
$material = $target's material;
swap $material add _passive_;
set $target's material to $material;
call "cpr $target";