Blockland Forums > Suggestions & Requests
Event Request: On Item Touch Brick
The Brighter Dark:
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
TristanLuigi:
--- Quote from: The Brighter Dark on October 06, 2013, 05:29:13 PM ---it would just add an event for every item on the server.
--- End quote ---
No.
How about:
onItemTouch > Self > VCE_ifVariable > [<var:br:lastItemHit>] [=] [Hammer]
The Brighter Dark:
--- Quote from: TristanLuigi on October 06, 2013, 05:30:40 PM ---No.
How about:
onItemTouch > Self > VCE_ifVariable > [<var:br:lastItemHit>] [=] [Hammer]
--- End quote ---
ok sure, i just have no idea how to even remotely use vce, so that didn't occur as an option to me!
TristanLuigi:
--- Quote from: The Brighter Dark on October 06, 2013, 05:32:57 PM ---ok sure, i just have no idea how to even remotely use vce, so that didn't occur as an option to me!
--- End quote ---
Damn, that's a pretty important skill. Want me to teach you VCE?
Hawt:
--- Quote from: TristanLuigi on October 06, 2013, 05:44:52 PM ---Damn, that's a pretty important skill. Want me to teach you VCE?
--- End quote ---
teach me! i can't even get on the variables page!