ID:156306
 
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")
// 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
In response to Garthor
Garthor wrote:
http://www.byond.com/ members/?command=reference&path=client%2Fproc%2FTopic#commen t_1

I've already read all that...
What I want to do is find out what the "&username=" actually equals so I can send them in-game mail.

EDIT: I think I might have found out...one second.
EDIT: Found out, had to re-read the bottom of that reference. Thanks Garthor! :)