Make OOC_Notes easily and conveniently viewable when examining players.

This commit is contained in:
Leshana
2016-05-29 17:34:40 -04:00
parent 188dbfab59
commit ff9b8a2a84
2 changed files with 10 additions and 0 deletions
@@ -369,6 +369,11 @@
if(print_flavor_text()) msg += "[print_flavor_text()]\n"
// VOREStation Start
if(config.allow_Metadata && client)
msg += "<span class = 'deptradio'>OOC Notes:</span> <a href='?src=\ref[src];ooc_notes=1'>\[View\]</a>\n"
// VOREStation End
msg += "*---------*</span>"
if (pose)
if( findtext(pose,".",lentext(pose)) == 0 && findtext(pose,"!",lentext(pose)) == 0 && findtext(pose,"?",lentext(pose)) == 0 )
@@ -359,6 +359,11 @@
if(href_list["item"])
handle_strip(href_list["item"],usr)
// VOREStation Start
if(href_list["ooc_notes"])
src.Examine_OOC()
// VOREStation End
if (href_list["criminal"])
if(hasHUD(usr,"security"))