Find
You are looking at a material called notdead
Created by
omenofdoom
, last updated 18 Mar 2008
Code
if reacting to attack then livingguard;
##livingguard:
if $actor's health > 0 then livingguard2;
##livingguard2:
if $actor's pose == guarding then livingguard3;
##livingguard3:
if $actor's host == $target then livingattack;
##livingattack:
print "[$actor] lunges [$init_obj]";
call "attack $init_obj",2;