Find
You are looking at a quest called dropit
To complete this quest.. all you need to do is drop something.
This is an experimental quest.. give it to someone and it will be completed when they perform the task.
Created by
wolis
, last updated 06 May 2007
Code
if reacting to drops then checkquest;
##checkquest:
if $target > 0 then questcomplete;
##questcomplete:
call "shout [$init_obj] has completed [$actor]";
multiset $actor = "code='',loc=0";