ID:156944
 
How do I handle clicks on a grid?
Like I want to run some code when an item on a grid is clicked. The grid is a flexible list of items.
What is inside of your grid?

To make an item clickable /inside/ a grid you need to make the object/item/w.e have a Click() proc inside it.

eg.


obj/pokeballzzzzz
Click()
alert("hellz yeah pikazard i choose you")