ID:173354
 
Me again!, Just wondering how BYOND handles responces from stuff showm to the user with the Browse command, Mainly - How can I make a link that sends back a var?, such as:

a href="(var/I expect the stuff i'm stuck on goes in here = "Left"">You write with your left hand!world << "[usr] writes with his [I expect the stuff i'm stuck on goes in here] hand!"

(Note I inverted the '>'s to stop a link from appearing)

So when the player clicks the link it defines a var and sends it back with the world << command.
Totally stumped on this one, even the slightist help is welcomed...

Thanks in advance...

-Thorg
Check the reference for information about client/Topic(). You should have pretty much all you need to get started.
Thorg wrote:
(Note I inverted the '>'s to stop a link from appearing)

Note the &lt; and &gt; entities which will do the same. Note the <dm> tags you can put around code in the forums to avoid having to do that.

Lummox JR