You are looking at a command called copy

copy {object}

Makes a copy of an existing object.

Unlike find: [more] or find: [less] it makes a seperate objects with the exact same name as the first.

eg:
create a cupcake. paint it as pink
copy the cupcake

read the command called more
read the command called less



scripting notes
Sends the trigger word 'copy'


if reacting to copy then someonecopied;

##someonecopied:
print "Hay you.. stop copying things";

Code