Ah, okay. I read some tutorials and they referred to the IDs as "handlers", that's why I used that terminology. That makes sense, but I'm left with two last questions that should hopefully clear things up for good (for now). 
First, how do I store a global variable that persists (a list of IDs that have a particular event on them)? Is it as easy as, say $bricksWithMyEvent = "1234    5678"? Is that variable them made available to other scripts?
Second, how do I know when I've added an event to a brick (or removed one)? In other words, what's the "hook" I can use? You mention something about "...addEvent/removeEvent", but where exactly do I put that and, assuming these are functions, what's the syntax I would use for calling them?
Thanks for taking the time to deal a noob like myself. I'm interested in learning Torque Script for Blockland, but it's hard to find references for simple stuff like this. Well, I mean, it was easy enough to find a couple tutorials on syntax ($ = global variable, % = local, etc.) and a list of functions, but I can't really find anywhere that helps me put it all together. Here's a cookie for you.  
