Find
You are looking at a blue figurine
This is a small figurine resembling a warrior in low-guard stance, wearing leather armour, a small round shield, and a short sword.
This is a quest item. Make sure you are carrying it and the 3 other quest items when you visit Persecles.
carry the blue figurine
Created by
thorn
, last updated 07 Jul 2009
Code
if target of examines then examined;
if reacting to diequest then wipeme;
##wipeme:
print "[$actor] suddenly vanishes in a puff of smoke!";
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.";