mob/createchar
Login()
//DisplayHTML()
src << "<a href='?src=\ref[src];action=dwarf'>Dwarf</a>"
return ..()
Topic(href, href_list[]) // This will handle all of our links
if(usr != src) return
switch(href_list["action"])
if("dwarf")
usr << "You've selected a Dwarf."
Problem description: Here's a simplified version of my problem. And you'll notice that this is almost dead on how it's done in the reference. Anywho, it doesn't pick up that I clicked the link and display the message. I must be overlooking some detail.