Find
You are looking at a red figurine
This is a small figurine resembling a warrior in high-guard stance, wearing plate armour, a large kite shield, and a two-handed sword.
This is a quest item. Make sure you are carrying it and the 3 other quest items when you visit Persecles.
carry the red figurine
Created by
a lost object #0
, last updated 25 Jul 2012
Code
if target of examines then examined;
if reacting to diequest then wipeme;
##wipeme:
print "[$actor] shatters into a thousand fragments which blow away in a draft of air!";
set $actor's loc to 0;
##examined:
$host = $actor's host;
if $host > 0 then exam2;
##exam2:
$verb = (moves,tips his helm,nods,scratches himself,swings his sword,adjusts his shield);
say 'quest',"[$actor] $verb while in [$host]'s hand.";