ID:160939
 
Ok, I'm in the middle of making a new skin for my game, and I am making a button to goto my forum, what could I put on the command line to get that to work?
Look up link().
mob/verb/LinkToSomething()
set hidden=1
usr << link("http://www.byond.com")


Then at the command, you introduce that verb on it.