Find
You are looking at an action called enliven
Set the target's material it passive and cpr it.
Useful for adding life to creatures that were originally created as props all around COW.
Created by
thorn
, last updated 08 Dec 2008
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";