link in Text in BYOND Discussion
Is there a demo/article on how to create links in the text menu that will point to a verb. Like the pager links. I can not find that demo. :(
... if("jump" in href_list) call(mob,/mob/verb/Jump)() return...
... if(mob.isadmin) if("boot" in href_list) usr=mob call("Boot")(href_list["boot"]) return...