ID:158303
 
So basically I have a system where one proc asks the player to select something from atoms by clicking on the atom. I'm wondering how I could make it so that the proc says something like "select an atom by clicking on it", and then once the user clicked on one of the items that could be clicked on, it would send that card info to the awaiting procedure and from there I could use that data for that proc...

What would be the easiest most efficient way to accomplish this?


Thanks!
There's no particularly easy, generic method for doing this. So I wrote a library for it a while back:

http://www.byond.com/developer/Garthor/GetClick