ID:157183
 
I have it so it lists words in the grid, and then when a player clicks one of the words I want it to open a web page.
Let's say it lists several keys and when I click a key it opens the keys hub...How exactly would I go about this?

**Excuse me if the answer is super simple, I'm quite tired.
That wouldn't involve Topic() at all. You'd just put a link (<a> tag) around each clickable element.
In response to Garthor
Hmm, okay. But what if I wanted clicking it to do more than linking the web page?
In response to BananasInPajamas
Then either put an object there instead and use its Click() proc, or use client/Topic() to intercept the link, an example of which is in the Reference.