tattoo gun (#2086)(an instance of generic thing made by Eclipse)Go to location of this object, Biker Bob. VERB SOURCE CODE: generate_tattoo:
"syntax: :generate_tattoo(who, name, desc, location) => tattoo";
if (caller_perms() != this.owner)
return E_PERM;
endif
who = args[1];
name = args[2];
desc = args[3];
location = args[4];
if (typeof(o = $recycler:_create(this.generic_tattoo)) == OBJ)
o.tname = name;
o.tlocation = location;
o:set_description(desc);
o:set_name(name + " tattoo");
o:moveto(who);
endif
return o;
.
PROPERTY DATA:       generic_tattoo |