I need an event that detects when a specific item touches a brick with the event. An example would be if i were to ctrl+W the hammer into a brick, then the brick would turn red, but if i ctrl+W the printer on the brick, the brick turns yellow.
it would just add an event for every item on the server.
so the events for the example would be
onhammertouch>self>setcolor>red
onprintertouch>self>setcolor>yellow