opcomment
command
Gets or sets a comment string for an operator.
Usages
-
opcomment [-a] [-c comment_string] node [node2 ...]
If you don’t specify a comment string with -c, prints the node’s current comment.
You can specify multiple nodes. opcomment will assign/append the comment string to all of them.
Options
|
|
Appends to the existing comment instead of replacing it. |
|
|
The string to set the comment to. If you omit this option, |
Examples
opcomment /obj/model1
Print the comment attached to /obj/model1.
opcomment -c "Delete this once the real geometry is done" /obj/model1Attach a comment to
/obj/model1.
opcomment -a -c " (Touched by matt 24-Dec-06)" /obj/model1Add text to the existing comment on
/obj/model1.