Messages (properties) get transferred through children. So, if you want a new object with similar messages to an object you already have, make the new object a child of the other object, either with
@create other object named new object
or by using
@chparent new object to other object
on an object you’ve already created. If you can’t currently see the other object or the new object, you’ll need to refer to them by object number. Only you can create children from objects that you’ve made, unless you make the object fertile:
@chmod object to +f
Fertile objects can be used in @creates by anyone.