An event that detects what item is on the brick.
DetectItem (OutPut): Detects the selected item
OnItemDecTrue (Imput): Will trigger when the DetectItem output is correct
OnItemDecFalse (Imput): Will trigger when the DetectItem output is incorrect
Example:
OnActivate > Self > DetectItem > [Rocket L]
OnItemDecTrue > Client > CenterPrint > [Its a rocket]
OnItemDecFalse > Client > [Thats not a rocket]