function onUse(self) -- The first argument is the type of the message, the second argument is the content of the message -- In this example, specified a message that makes the receiving SubItem jump and value that determines the strength of that jump vci.message.Emit("message_jump",3000) end