/client/verb/webmap() set name = "webmap" set hidden = TRUE if(!SSmapping.map_datum.webmap_url) to_chat(usr, "The current map has no defined webmap. Please file an issue report.") return if(alert(usr, "Do you want to open this map's Webmap in your browser?", "Webmap", "Yes", "No") != "Yes") return usr << link(SSmapping.map_datum.webmap_url)