mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Make OOC_Notes easily and conveniently viewable when examining players.
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user