Find
You are looking at a gem maker
Created by
omenofdoom
, last updated 28 May 2007
Code
##push:runsub isitme;
##isitme:if $actor eq $target then whattodo else end;
##whattodo:
if $init_obj's name like "(omenofdoom)" then makeit else end;
##makeit:
new a gem worth 10000;
say 'msg',"[$actor] materialized [$new_id] for [$init_obj]";