Find
You are looking at a command called comment
comment {object}
A quick way for you to comment on an object in cow.
It creats a comment and attaches it to the object and gets you into the editor to make your comment.
This is useful for eople viewing cow objects via RSS and they may want to comment on something.. they dont ned to log into cow to do this.
note: comments are not locked so anyone in cow can manpulate bloggers comments if need be.
comment the elephant
Also note, you can comment on any object anywhere in cow.
Created by
wolis
, last updated 16 May 2007
Code
get $target;
if $target > 0 then commentit else fail;
##commentit:
var $hostobj to $target; rem - remember this object;
new note123; rem - create a new object, rename it later;
set $new_id's host to $hostobj;
set $new_id's loc to $hostobj's loc;
set $new_id's colour to $hostobj's colour;
set $new_id's hosthow to 'on';
var $nam to (postit note,comment,note,slip of paper,opinion,thought,augmentation);
set $new_id's class to $nam;
getname $hostobj;
var $caption to "message, a comment on $this_name";
var $fld to 'info';
say 'edits',"[$actor] starts to edit [$target]";
mode textbox;
msg $loc,$actor,0,0,'force',"force:look $loc";
##fail: