Finding additional parameters with Topic() in Developer Help
|
|
I was wondering how you could find out what is in the URL with client/Topic().
So like this:
src << "Click <a href=?email&username=hi1>here</a> to email me in-game."
client/Topic(href) if(href == "email")
|
If this can even work, please tell me how to implement it!
Thank you!
~Hi1
|