So like this:
// ...
src << "Click <a href=?email&username=hi1>here</a> to email me in-game."
// ...
client/Topic(href)
if(href == "email")
// now I want to email in-game the username after the "&"
If this can even work, please tell me how to implement it!
Thank you!
~Hi1