Find
You are looking at an action called attrib
Created by
Xianus
, last updated 18 Mar 2007
Code
get $target in $loc;
if $target > 0 then showdata else end;
##showdata:
var $obj_id to $target's obj_id;
var $class to $target's class;
var $name to $target's name;
var $loc to $target's loc;
var $owner to $target's owner;
var $link to $target's link;
var $linkhow to $target's linkhow;
var $host to $target's host;
var $hosthow to $target's hosthow;
var $qty to $target's qty;
var $email to $target's email;
var $linkstate to $target's linkstate;
var $slot1 to $target's slot1;
var $slot2 to $target's slot2;
var $slot3 to $target's slot3;
var $creator to $target's creator;
say 'msg',"[$target]'s ID is $obj_id";
say 'msg',"[$target]'s class is $class";
say 'msg',"[$target]'s name is $name";
say 'msg',"[$target]'s location is $loc ([$loc])";
say 'msg',"[$target]'s owner is $owner ([$owner])";
say 'msg',"[$target]'s creator is $creator ([$creator])";
say 'msg',"[$target]'s link is $link ([$link])";
say 'msg',"[$target]'s linkhow is $linkhow";
say 'msg',"[$target]'s host is $host ([$host])";
say 'msg',"[$target]'s hosthow is $hosthow";
say 'msg',"[$target]'s qty is $qty";
say 'msg',"[$target]'s email is $email";
say 'msg',"[$target]'s linkstate is $linkstate";
say 'msg',"[$target]'s slot1 is $slot1";
say 'msg',"[$target]'s slot2 is $slot2";
say 'msg',"[$target]'s slot3 is $slot3";