Find
You are looking at a yellow figurine
This is a small figurine resembling a warrior in middle-guard stance, wearing scalemail armour, a heavy round shield, and a broadsword.
This is a quest item. Make sure you are carrying it and the 3 other quest items when you visit Persecles.
carry the yellow figurine
Created by
a lost object #0
, last updated 06 Nov 2007
Code
if target of examines then examined;
if reacting to diequest then wipeme;
##wipeme:
print "[$actor] fizzles and fades to nothing!";
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.";